mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 20:26:42 +00:00
Mostly tidying
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4465 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
19496ceb7b
commit
13a0c075e4
46 changed files with 1406 additions and 1020 deletions
|
@ -52,7 +52,7 @@ NSString *NSLocalNotificationCenterType =
|
|||
|
||||
@interface NSDistributedNotificationCenter (Private)
|
||||
- (void) _connect;
|
||||
- (id) _invalidated: (NSNotification*)notification;
|
||||
- (void) _invalidated: (NSNotification*)notification;
|
||||
- (void) postNotificationName: (NSString*)name
|
||||
object: (NSString*)object
|
||||
userInfo: (NSData*)info
|
||||
|
@ -369,7 +369,7 @@ NSLog(@"Connection to GDNC server established.\n");
|
|||
}
|
||||
}
|
||||
|
||||
- (id) _invalidated: (NSNotification*)notification
|
||||
- (void) _invalidated: (NSNotification*)notification
|
||||
{
|
||||
id connection = [notification object];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue