mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
* Headers/Additions/GNUstepBase/GSCategories.h:
Split GSCategory / GSCompatibility declarations for locks. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18680 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
67225f00fb
commit
1a74a1878e
1 changed files with 6 additions and 0 deletions
|
@ -281,11 +281,17 @@ typedef enum _NSGNUstepStringEncoding
|
|||
|
||||
@interface NSLock (GSCategories)
|
||||
+ (id)newLockAt:(id *)location;
|
||||
@end
|
||||
|
||||
@interface NSLock (GSCompatibility)
|
||||
- (void) gcFinalize;
|
||||
@end
|
||||
|
||||
@interface NSRecursiveLock (GSCategories)
|
||||
+ (id)newLockAt:(id *)location;
|
||||
@end
|
||||
|
||||
@interface NSRecursiveLock (GSCompatibility)
|
||||
- (void) gcFinalize;
|
||||
@end
|
||||
|
||||
|
|
Loading…
Reference in a new issue