mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Use release' and
dealloc' instead of `free'.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@103 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ccba829270
commit
608359e803
13 changed files with 53 additions and 47 deletions
|
@ -25,6 +25,9 @@
|
|||
This object is just temporary. Eventually, we should separate
|
||||
reference counting functionality from notification functionality */
|
||||
|
||||
/* xxx March 1995: Now that we have a root object that handles retaining,
|
||||
we should create a plain Notifier class. */
|
||||
|
||||
#ifndef __RetainingNotifier_h
|
||||
#define __RetainingNotifier_h
|
||||
|
||||
|
@ -42,9 +45,7 @@
|
|||
int retain_count;
|
||||
}
|
||||
|
||||
+ initialize;
|
||||
- init;
|
||||
- free;
|
||||
- (unsigned) retainCount;
|
||||
- registerForInvalidationNotification: (id <InvalidationListening>)anObject;
|
||||
- unregisterForInvalidationNotification: (id <InvalidationListening>)anObject;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue