mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
New Ivar
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/freeze-1_4_0@14385 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
949a387641
commit
9e72755c62
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
@class NSData;
|
||||
@class NSTimer;
|
||||
@class NSRecursiveLock;
|
||||
@class NSDistributedLock;
|
||||
|
||||
/* Standard domains */
|
||||
GS_EXPORT NSString* const NSArgumentDomain;
|
||||
|
@ -125,6 +126,7 @@ GS_EXPORT NSString* const NSLocale;
|
|||
NSDate *_lastSync;
|
||||
NSTimer *_tickingTimer; // for synchronization
|
||||
NSRecursiveLock *_lock;
|
||||
NSDistributedLock *_fileLock;
|
||||
}
|
||||
|
||||
/* Getting the Shared Instance */
|
||||
|
|
Loading…
Reference in a new issue