X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/5fadb328bb7952174fcb7a6bb867c9c11f801df9..ee6e3ba1019fb96ea727f0e83e873eef7f85510f:/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;