Added comment about conflict with OpenStep.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@234 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-04-03 01:43:12 +00:00
parent cd8ccb88f9
commit 4666956b5a
2 changed files with 14 additions and 0 deletions

View file

@ -33,6 +33,13 @@
- (void) encodeWithCoder: (Coder*)anEncoder;
+ newWithCoder: (Coder*)aDecoder;
/* xxx To avoid conflict with OpenStep, change names to:
encodeOnCoder: ?
encodeToCoder:
newFromCoder:
*/
/* NOTE:
This is +newWithCoder: and not -initWithCoder: because many classes

View file

@ -33,6 +33,13 @@
- (void) encodeWithCoder: (Coder*)anEncoder;
+ newWithCoder: (Coder*)aDecoder;
/* xxx To avoid conflict with OpenStep, change names to:
encodeOnCoder: ?
encodeToCoder:
newFromCoder:
*/
/* NOTE:
This is +newWithCoder: and not -initWithCoder: because many classes