X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/5fadb328bb7952174fcb7a6bb867c9c11f801df9..d7b4e9008bca3278755f8b96c0ea9d5e3c94c39d:/ITInetServerSocket.h diff --git a/ITInetServerSocket.h b/ITInetServerSocket.h index ef2d5e1..dd5eba6 100755 --- a/ITInetServerSocket.h +++ b/ITInetServerSocket.h @@ -27,10 +27,14 @@ - (id)init; - (id)initWithDelegate:(id)d; +- (BOOL)start; +- (void)stop; + - (int)sockfd; - (NSSet*)clients; - (id)delegate; - (short)port; + - (void)setServiceType:(NSString*)type useForPort:(BOOL)p; - (void)setServiceName:(NSString*)name; // generally the computer's AppleTalk name - (void)setPort:(short)p;