X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/d7b4e9008bca3278755f8b96c0ea9d5e3c94c39d..52cc5b84bdd910fe315c8a77dd8a9a5b0f6d0502:/ShowcaseController.m diff --git a/ShowcaseController.m b/ShowcaseController.m index 2efe0a4..722756f 100755 --- a/ShowcaseController.m +++ b/ShowcaseController.m @@ -10,15 +10,16 @@ @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