mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Many coding changes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6845 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6238bbb2c5
commit
d5f4801280
28 changed files with 2439 additions and 2292 deletions
|
@ -52,20 +52,6 @@
|
|||
#include <Foundation/NSPortNameServer.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
|
||||
NSString* NSConnectionReplyMode = @"NSConnectionReplyMode";
|
||||
|
||||
/*
|
||||
* Keys for the NSDictionary returned by [NSConnection -statistics]
|
||||
*/
|
||||
/* These in OPENSTEP 4.2 */
|
||||
NSString *NSConnectionRepliesReceived = @"NSConnectionRepliesReceived";
|
||||
NSString *NSConnectionRepliesSent = @"NSConnectionRepliesSent";
|
||||
NSString *NSConnectionRequestsReceived = @"NSConnectionRequestsReceived";
|
||||
NSString *NSConnectionRequestsSent = @"NSConnectionRequestsSent";
|
||||
/* These Are GNUstep extras */
|
||||
NSString *NSConnectionLocalCount = @"NSConnectionLocalCount";
|
||||
NSString *NSConnectionProxyCount = @"NSConnectionProxyCount";
|
||||
|
||||
@interface NSDistantObject (NSConnection)
|
||||
- (id) localForProxy;
|
||||
- (void) setProxyTarget: (unsigned)target;
|
||||
|
@ -2394,12 +2380,3 @@ static int messages_received_count;
|
|||
|
||||
@end
|
||||
|
||||
|
||||
/* Notification Strings. */
|
||||
|
||||
NSString *NSConnectionDidDieNotification
|
||||
= @"NSConnectionDidDieNotification";
|
||||
|
||||
NSString *NSConnectionDidInitializeNotification
|
||||
= @"NSConnectionDidInitializeNotification";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue