X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/5fadb328bb7952174fcb7a6bb867c9c11f801df9..f7db9c0e898822c50164af5abda849c16410e035:/ITInetServerSocket.h diff --git a/ITInetServerSocket.h b/ITInetServerSocket.h index ef2d5e1..3185a66 100755 --- a/ITInetServerSocket.h +++ b/ITInetServerSocket.h @@ -22,15 +22,20 @@ id delegate; short port; NSString *rndType,*rndName; + NSTimer *timer; } - (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;