mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Add initial code for NSStream/NSRunLoop integration
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22608 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
36321f0047
commit
68b9508fa7
6 changed files with 125 additions and 79 deletions
|
@ -68,6 +68,10 @@ static NSDate *theFuture = nil;
|
|||
|
||||
extern BOOL GSCheckTasks();
|
||||
|
||||
@interface NSObject (OptionalPortRunLoop)
|
||||
- (void) getFds: (int*)fds count: (int*)count;
|
||||
@end
|
||||
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue