mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
merge back reorganisation branch
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29615 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d0b66e510d
commit
f13d56d8ec
263 changed files with 5577 additions and 4170 deletions
|
@ -6,18 +6,18 @@
|
|||
* NB. This class is private to NSRunLoop and must not be subclassed.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#import "config.h"
|
||||
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSError.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSNotificationQueue.h>
|
||||
#include <Foundation/NSPort.h>
|
||||
#include <Foundation/NSStream.h>
|
||||
#include "../GSRunLoopCtxt.h"
|
||||
#include "../GSRunLoopWatcher.h"
|
||||
#include "../GSPrivate.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSError.h"
|
||||
#import "Foundation/NSNotification.h"
|
||||
#import "Foundation/NSNotificationQueue.h"
|
||||
#import "Foundation/NSPort.h"
|
||||
#import "Foundation/NSStream.h"
|
||||
#import "../GSRunLoopCtxt.h"
|
||||
#import "../GSRunLoopWatcher.h"
|
||||
#import "../GSPrivate.h"
|
||||
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -24,20 +24,21 @@
|
|||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSRunLoop.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSError.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSHost.h>
|
||||
#include <Foundation/NSByteOrder.h>
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSRunLoop.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSError.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
#import "Foundation/NSHost.h"
|
||||
#import "Foundation/NSByteOrder.h"
|
||||
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
||||
|
||||
#include "../GSPrivate.h"
|
||||
#include "../GSStream.h"
|
||||
#include "../GSSocketStream.h"
|
||||
#import "../GSPrivate.h"
|
||||
#import "../GSStream.h"
|
||||
#import "../GSSocketStream.h"
|
||||
|
||||
/**
|
||||
* The concrete subclass of NSInputStream that reads from a file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue