Finished the server sockets, almost. Not touched clients yet. Cleanups for other...
[ITFoundation.git] / ITInetSocket.h
diff --git a/ITInetSocket.h b/ITInetSocket.h
new file mode 100755 (executable)
index 0000000..367c31e
--- /dev/null
@@ -0,0 +1,16 @@
+//
+//  ITInetSocket.h
+//  ITFoundation
+//
+//  Created by Alexander Strange on Tue Feb 11 2003.
+//  Copyright (c) 2003 __MyCompanyName__. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+
+@interface ITInetSocket : NSObject {
+
+}
+-(id)initWithFD:(int)fd delegate:(id)d;
+@end