mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Move NSStream addition declarations to separate file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29853 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8cf8c5ff72
commit
95ced52af1
9 changed files with 228 additions and 83 deletions
|
@ -56,9 +56,10 @@
|
|||
`-- GSLocalServerStream (gnu/linux)
|
||||
*/
|
||||
|
||||
#include <Foundation/NSStream.h>
|
||||
#include <Foundation/NSRunLoop.h>
|
||||
#include <Foundation/NSMapTable.h>
|
||||
#import "Foundation/NSStream.h"
|
||||
#import "Foundation/NSRunLoop.h"
|
||||
#import "Foundation/NSMapTable.h"
|
||||
#import "GNUstepBase/NSStream+GNUstepBase.h"
|
||||
|
||||
/**
|
||||
* Convenience methods used to add streams to the run loop.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue