mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
469789711a
commit
ae8d01b9c5
7 changed files with 204 additions and 86 deletions
|
@ -39,6 +39,12 @@
|
|||
|
||||
@class NSMessagePort;
|
||||
|
||||
@implementation NSObject(NSPortDelegateMethods)
|
||||
- (void) handlePortMessage: (NSPortMessage*)aMessage
|
||||
{
|
||||
}
|
||||
@end
|
||||
|
||||
@implementation NSPort
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue