mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(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:
parent
6dcb6bec7b
commit
08fc2d7876
3 changed files with 0 additions and 31 deletions
|
@ -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
|
||||
|
|
|
@ -1264,29 +1264,6 @@ exc_return_null(arglist_t f)
|
|||
}
|
||||
|
||||
|
||||
/* @implementation Object (Retaining) */
|
||||
|
||||
- (id) retain
|
||||
{
|
||||
return self;
|
||||
}
|
||||
|
||||
- (oneway void) release
|
||||
{
|
||||
/* Do nothing */
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
/* Do nothing */
|
||||
}
|
||||
|
||||
- (unsigned) retainCount
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
/* @implementation Object (IsProxy) */
|
||||
|
||||
- (BOOL) isProxy
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue