mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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:
parent
74dcec6dd6
commit
ae1fce0b80
9 changed files with 96 additions and 130 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue