Give me a B! Give me a U! Give me a G!
[ITFoundation.git] / ITInetServerSocket.h
index 5f8a479..56b6bb6 100755 (executable)
@@ -11,7 +11,7 @@
 @class ITInetSocket;
 
 @protocol ITInetServerSocketOwner
-- (void)newClientJoined:(ITInetSocket*)client;
+- (oneway void)newClientJoined:(ITInetSocket*)client;
 @end
 
 @interface ITInetServerSocket : NSObject {