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:
Richard Frith-MacDonald 2000-11-12 07:41:24 +00:00
parent 42ffe0b536
commit b17da14fe9
4 changed files with 172 additions and 1 deletions

View file

@ -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