problem with DO
problem with DO
- Subject: problem with DO
- From: Lloyd Dupont <email@hidden>
- Date: Tue, 22 Apr 2003 16:03:14 +1000
this code sample (below) doesn't work (I mean registerName: return NO)
what could be wrong ?
does NSSocketPortNameServer require specific initialization ?
id serverObject = [[Server new] autorelease];
NSConnection * theConnection = [NSConnection defaultConnection];
[theConnection setRootObject: serverObject];
if([theConnection registerName:@"mon serveur a moi"
withNameServer:[NSSocketPortNameServer
sharedInstance]] == NO) {
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.