X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/1d23d1181a753fffef7a9d28db4b0b0546bd0032..af1fcfcf8c78f03127d3929b49330cc191259487:/ITInetServerSocket.h diff --git a/ITInetServerSocket.h b/ITInetServerSocket.h index 5f8a479..56b6bb6 100755 --- a/ITInetServerSocket.h +++ b/ITInetServerSocket.h @@ -11,7 +11,7 @@ @class ITInetSocket; @protocol ITInetServerSocketOwner -- (void)newClientJoined:(ITInetSocket*)client; +- (oneway void)newClientJoined:(ITInetSocket*)client; @end @interface ITInetServerSocket : NSObject {