Added an ITFoundationTester. Why doesn't it work inside PB? :\
[ITFoundation.git] / ITInetServerSocket.h
index ef2d5e1..dd5eba6 100755 (executable)
 - (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;