mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
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:
parent
14b2a2e3e2
commit
6fec988fe1
9 changed files with 2608 additions and 69 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue