(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:
mccallum 1995-01-09 17:14:00 +00:00
parent cb1459c163
commit 299420a833

View file

@ -91,6 +91,13 @@
return retain_count;
}
/* xxx Deal with this. */
- autorelease
{
[self notImplemented:_cmd];
return nil;
}
- registerForInvalidationNotification: (id <InvalidationListening>)anObject
{
assert(refGate);