More socket work
[ITFoundation.git] / ShowcaseController.m
index 2efe0a4..722756f 100755 (executable)
 
 
 @implementation ShowcaseController
-- (void)applicationDidFinishLaunching:(NSNotification *)note
+- (void)awakeFromNib
 {
-    
+    /*
     ITInetServerSocket *sock = [[ITInetServerSocket alloc] initWithDelegate:self];
     NSLog(@"rawr?");
     [sock setPort:4776];
     [sock setServiceName:@"Test Rendezvous Service"];
     [sock setServiceType:@"ittest" useForPort:NO];
     [sock start];
+       */
 }
 
 - (void)newClientJoined:(ITInetSocket*)client