mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +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
a1d756d8ed
commit
2b374f469f
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…
Add table
Add a link
Reference in a new issue