(Object (CoderAdditions)): Removed methods retainCount, dealloc,

release, retain.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@46 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1994-12-13 16:55:41 +00:00
parent a1d756d8ed
commit 2b374f469f
3 changed files with 0 additions and 31 deletions

View file

@ -147,10 +147,6 @@
/* These methods here temporarily until ObjC runtime category bug fixed */
- classForConnectedCoder:aRmc;
+ (void) encodeObject: anObject withConnectedCoder: aRmc;
- (id) retain;
- (void) release;
- (void) dealloc;
- (unsigned) retainCount;
- (BOOL) isProxy;
@end