GSFileHandle stuff for windoze

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13998 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-06-30 09:19:30 +00:00
parent 14b2a2e3e2
commit 6fec988fe1
9 changed files with 2608 additions and 69 deletions

View file

@ -11,16 +11,16 @@
#include <Foundation/Foundation.h>
@class GSTelnetHandle;
extern NSString * const GSTelnetNotification;
extern NSString * const GSTelnetErrorKey;
extern NSString * const GSTelnetTextKey;
GS_EXPORT NSString * const GSTelnetNotification;
GS_EXPORT NSString * const GSTelnetErrorKey;
GS_EXPORT NSString * const GSTelnetTextKey;
@class GSTelnetHandle;
@interface Call : NSObject
{
NSFileHandle *ichan;
NSFileHandle *ochan;
GSTelnetHandle *remote;
id remote;
NSMutableData *buf;
}
- (void) didRead: (NSNotification*)notification;