Remove old methods. Add declaration of new RunLoop mode.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1193 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-03-18 20:09:30 +00:00
parent 8c4e419ead
commit ef5d6a6d5e
2 changed files with 4 additions and 4 deletions

View file

@ -153,8 +153,6 @@
- (BOOL) isValid;
/* Only subclassers and power-users need worry about these */
- (void) addToRunLoop: run_loop forMode: (id <String>)mode;
- (void) removeFromRunLoop: run_loop forMode: (id <String>)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 */

View file

@ -153,8 +153,6 @@
- (BOOL) isValid;
/* Only subclassers and power-users need worry about these */
- (void) addToRunLoop: run_loop forMode: (id <String>)mode;
- (void) removeFromRunLoop: run_loop forMode: (id <String>)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 */