Use release' and dealloc' instead of `free'.

Add category to NSObject, not Object.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@105 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-03-12 19:59:51 +00:00
parent 6c66e3dd89
commit 68a97de892
3 changed files with 17 additions and 16 deletions

View file

@ -54,7 +54,7 @@
- initDecoding;
- init;
- free;
- (void) dealloc;
- (BOOL) isDecoding;
- (void) encodeValueOfType: (const char*)type
@ -140,7 +140,8 @@
@end
@interface Object (CoderAdditions) <Coding>
@interface NSObject (CoderAdditions) <Coding>
- (void) encodeWithCoder: (Coder*)anEncoder;
+ newWithCoder: (Coder*)aDecoder;