make housekeeping timer more transparent and remove deprecated code

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22593 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-03-04 06:47:56 +00:00
parent 74dcec6dd6
commit ae1fce0b80
9 changed files with 96 additions and 130 deletions

View file

@ -201,19 +201,4 @@ typedef enum {
- (void) getFds: (int*)fds count: (int*)count;
@end
#if defined(__MINGW32__)
/**
* Obsolete interface that add method to set target for win32 messages.<br />
*/
@interface NSRunLoop(mingw32)
/** Deprecated ... will be removed
*/
- (void) addMsgTarget: (id)target
withMethod: (SEL)selector
forMode: (NSString*)mode;
/** Deprecated ... will be removed
*/
- (void) removeMsgForMode: (NSString*)mode;
@end
#endif
#endif /*__NSRunLoop_h_GNUSTEP_BASE_INCLUDE */