mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Export string constants and annotate exported function implementations
Moves scattered string constants to externs.m, and removes obsolete code replacing constant strings.
This commit is contained in:
parent
fb84b3b1e8
commit
0582eddd96
47 changed files with 769 additions and 945 deletions
|
@ -49,17 +49,6 @@
|
|||
|
||||
@implementation NSPort
|
||||
|
||||
NSString * const NSInvalidReceivePortException
|
||||
= @"NSInvalidReceivePortException";
|
||||
NSString * const NSInvalidSendPortException
|
||||
= @"NSInvalidSendPortException";
|
||||
NSString * const NSPortReceiveException
|
||||
= @"NSPortReceiveException";
|
||||
NSString * const NSPortSendException
|
||||
= @"NSPortSendException";
|
||||
NSString * const NSPortTimeoutException
|
||||
= @"NSPortTimeoutException";
|
||||
|
||||
static Class NSPort_abstract_class;
|
||||
static Class NSPort_concrete_class;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue