Performance tweaks

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21985 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2005-11-10 22:40:57 +00:00
parent 252b778407
commit e848a285c4
3 changed files with 23 additions and 4 deletions

View file

@ -25,6 +25,7 @@
#if defined(__MINGW32__)
@interface NSMessagePort(Private)
+ (id) newWithName: (NSString*)name;
- (id) initWithName: (NSString*)name;
- (NSString*) name;
- (void) receivedEventRead;