mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
dded nicolas NSThread additions.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8080 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
42ffe0b536
commit
b17da14fe9
4 changed files with 172 additions and 1 deletions
|
@ -50,6 +50,8 @@ NSString *NSConnectionDidInitializeNotification;
|
|||
*/
|
||||
NSString *NSWillBecomeMultiThreadedNotification;
|
||||
|
||||
NSString *NSThreadDidStartNotification;
|
||||
|
||||
NSString *NSThreadWillExitNotification;
|
||||
|
||||
|
||||
|
@ -451,6 +453,8 @@ GSBuildStrings()
|
|||
= [[SClass alloc] initWithCString: "NSThisDayDesignations"];
|
||||
NSThousandsSeparator
|
||||
= [[SClass alloc] initWithCString: "NSThousandsSeparator"];
|
||||
NSThreadDidStartNotification
|
||||
= [[SClass alloc] initWithCString: "NSThreadDidStartNotification"];
|
||||
NSThreadWillExitNotification
|
||||
= [[SClass alloc] initWithCString: "NSThreadWillExitNotification"];
|
||||
NSTimeDateFormatString
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue