NSPort cleanup and bugfixes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21936 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2005-11-01 20:37:34 +00:00
parent 469789711a
commit ae8d01b9c5
7 changed files with 204 additions and 86 deletions

View file

@ -39,6 +39,12 @@
@class NSMessagePort;
@implementation NSObject(NSPortDelegateMethods)
- (void) handlePortMessage: (NSPortMessage*)aMessage
{
}
@end
@implementation NSPort
/**