Now it crashes!
[ITFoundation.git] / ITInetServerSocket.h
index ef2d5e1..3185a66 100755 (executable)
     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;