mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +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
6fbf69b711
commit
9dadd15c78
13 changed files with 53 additions and 47 deletions
|
@ -49,7 +49,7 @@ enum DelegatePoolSendBehavior {SEND_TO_ALL = 0,
|
|||
+ alloc;
|
||||
+ new;
|
||||
- init;
|
||||
- free;
|
||||
- (void) dealloc;
|
||||
|
||||
// MANIPULATING COLLECTION OF DELEGATES;
|
||||
- delegatePoolAddObject: anObject;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue