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:
rfm 2006-03-21 15:33:05 +00:00
parent 74446f056e
commit fa5f31547f
22 changed files with 1561 additions and 1863 deletions

View file

@ -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);