mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-21 04:32:03 +00:00
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:
parent
6c66e3dd89
commit
68a97de892
3 changed files with 17 additions and 16 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue