mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(autorelease): New (unimplemented) method. (Reported by Peter
Kristensen <pkr@kom.auc.dk>). git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@52 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cb1459c163
commit
299420a833
1 changed files with 7 additions and 0 deletions
|
@ -91,6 +91,13 @@
|
|||
return retain_count;
|
||||
}
|
||||
|
||||
/* xxx Deal with this. */
|
||||
- autorelease
|
||||
{
|
||||
[self notImplemented:_cmd];
|
||||
return nil;
|
||||
}
|
||||
|
||||
- registerForInvalidationNotification: (id <InvalidationListening>)anObject
|
||||
{
|
||||
assert(refGate);
|
||||
|
|
Loading…
Reference in a new issue