mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Changes for NSStream support, especially in mingw32 ... not yet complete.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22693 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
74446f056e
commit
fa5f31547f
22 changed files with 1561 additions and 1863 deletions
|
@ -101,9 +101,6 @@ static NSNotificationCenter *nc = nil;
|
|||
type: (RunLoopEventType)type
|
||||
extra: (void*)extra
|
||||
forMode: (NSString*)mode;
|
||||
+ (NSDate*) timedOutEvent: (void*)data
|
||||
type: (RunLoopEventType)type
|
||||
forMode: (NSString*)mode;
|
||||
- (void) fire;
|
||||
@end
|
||||
|
||||
|
@ -946,13 +943,6 @@ static NSDate *theFuture;
|
|||
RELEASE(toDo);
|
||||
}
|
||||
|
||||
+ (NSDate*) timedOutEvent: (void*)data
|
||||
type: (RunLoopEventType)type
|
||||
forMode: (NSString*)mode
|
||||
{
|
||||
return theFuture;
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
DESTROY(receiver);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue