diff --git a/Headers/gnustep/base/Connection.h b/Headers/gnustep/base/Connection.h index 0666415e9..880d02955 100644 --- a/Headers/gnustep/base/Connection.h +++ b/Headers/gnustep/base/Connection.h @@ -153,8 +153,6 @@ - (BOOL) isValid; /* Only subclassers and power-users need worry about these */ -- (void) addToRunLoop: run_loop forMode: (id )mode; -- (void) removeFromRunLoop: run_loop forMode: (id )mode; - (Proxy*) proxyForTarget: (unsigned)target; - (void) addProxy: (Proxy*)aProxy; - (BOOL) includesProxyForTarget: (unsigned)target; @@ -219,4 +217,6 @@ extern NSString *ConnectionBecameInvalidNotification; extern NSString *ConnectionBecameInvalidNotification; extern NSString *ConnectionWasCreatedNotification; +extern NSString *RunLoopConnectionReplyMode; + #endif /* __Connection_h_OBJECTS_INCLUDE */ diff --git a/Source/objects/Connection.h b/Source/objects/Connection.h index 0666415e9..880d02955 100644 --- a/Source/objects/Connection.h +++ b/Source/objects/Connection.h @@ -153,8 +153,6 @@ - (BOOL) isValid; /* Only subclassers and power-users need worry about these */ -- (void) addToRunLoop: run_loop forMode: (id )mode; -- (void) removeFromRunLoop: run_loop forMode: (id )mode; - (Proxy*) proxyForTarget: (unsigned)target; - (void) addProxy: (Proxy*)aProxy; - (BOOL) includesProxyForTarget: (unsigned)target; @@ -219,4 +217,6 @@ extern NSString *ConnectionBecameInvalidNotification; extern NSString *ConnectionBecameInvalidNotification; extern NSString *ConnectionWasCreatedNotification; +extern NSString *RunLoopConnectionReplyMode; + #endif /* __Connection_h_OBJECTS_INCLUDE */