mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
8c4e419ead
commit
ef5d6a6d5e
2 changed files with 4 additions and 4 deletions
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue