git.ithinksw.org
/
ITFoundation.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added an ITFoundationTester. Why doesn't it work inside PB? :\
[ITFoundation.git]
/
ITInetSocket.m
diff --git
a/ITInetSocket.m
b/ITInetSocket.m
index
ad781b7
..
0d78f87
100755
(executable)
--- a/
ITInetSocket.m
+++ b/
ITInetSocket.m
@@
-14,4
+14,8
@@
{
return nil;
}
{
return nil;
}
+
+-(void)disconnect
+{
+}
@end
@end