Temporarily breaking the network sockets while I redo the whole thing
[ITFoundation.git] / ITInetSocket.m
index bf47805..ad781b7 100755 (executable)
 @implementation ITInetSocket
 -(id)initWithFD:(int)fd delegate:(id)d
 {
 @implementation ITInetSocket
 -(id)initWithFD:(int)fd delegate:(id)d
 {
-    NSLog(@"Someone made a socket!");
     return nil;
 }
     return nil;
 }
-
--(void)disconnect
-{
-}
 @end
 @end