mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 17:10:48 +00:00
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:
parent
cd8ccb88f9
commit
4666956b5a
2 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue