git.ithinksw.org
/
ITFoundation.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Uses slightly less CPU now. Still too much.
[ITFoundation.git]
/
ITInetSocket.m
diff --git
a/ITInetSocket.m
b/ITInetSocket.m
index
ad781b7
..
bf47805
100755
(executable)
--- a/
ITInetSocket.m
+++ b/
ITInetSocket.m
@@
-12,6
+12,11
@@
@implementation ITInetSocket
-(id)initWithFD:(int)fd delegate:(id)d
{
+ NSLog(@"Someone made a socket!");
return nil;
}
+
+-(void)disconnect
+{
+}
@end