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