Now all ITInetServerSockets share one runloop timer. Had to rewrite the entire API...
[ITFoundation.git] / ITInetSocket.h
1 //
2 //  ITInetSocket.h
3 //  ITFoundation
4 //
5 //  Created by Alexander Strange on Tue Feb 11 2003.
6 //  Copyright (c) 2003 __MyCompanyName__. All rights reserved.
7 //
8
9 #import <Foundation/Foundation.h>
10
11
12 @interface ITInetSocket : NSObject {
13
14 }
15 -(id)initWithFD:(int)fd delegate:(id)d;
16 @end