git.ithinksw.org
/
ITFoundation.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Temporarily breaking the network sockets while I redo the whole thing
[ITFoundation.git]
/
ITInetSocket.m
diff --git
a/ITInetSocket.m
b/ITInetSocket.m
index
bf47805
..
ad781b7
100755
(executable)
--- a/
ITInetSocket.m
+++ b/
ITInetSocket.m
@@
-12,11
+12,6
@@
@implementation ITInetSocket
-(id)initWithFD:(int)fd delegate:(id)d
{
- NSLog(@"Someone made a socket!");
return nil;
}
-
--(void)disconnect
-{
-}
@end