X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/d7b4e9008bca3278755f8b96c0ea9d5e3c94c39d..2f7f84d62451875f15d4ae8242b58689eb2bd44c:/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