mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
* Headers/Additions/GNUstepBase/GSCategories.h
([NSLock gcFinalize]): Declare. ([NSRecursiveLock gcFinalize]): Ditto. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18679 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
25e91f01c9
commit
67225f00fb
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-02-26 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* Headers/Additions/GNUstepBase/GSCategories.h
|
||||
([NSLock gcFinalize]): Declare.
|
||||
([NSRecursiveLock gcFinalize]): Ditto.
|
||||
|
||||
2004-02-25 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* Headers/Additions/GNUstepBase/GSCategories.h:
|
||||
|
|
|
@ -281,10 +281,12 @@ typedef enum _NSGNUstepStringEncoding
|
|||
|
||||
@interface NSLock (GSCategories)
|
||||
+ (id)newLockAt:(id *)location;
|
||||
- (void) gcFinalize;
|
||||
@end
|
||||
|
||||
@interface NSRecursiveLock (GSCategories)
|
||||
+ (id)newLockAt:(id *)location;
|
||||
- (void) gcFinalize;
|
||||
@end
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue