X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/4740388716dc49958b8fab291e44ea26f2bc1578..2f6f5b098085f36298e23e690cf27b61b4e2ec36:/ITInetSocket.m diff --git a/ITInetSocket.m b/ITInetSocket.m new file mode 100755 index 0000000..ad781b7 --- /dev/null +++ b/ITInetSocket.m @@ -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