DO & StartupItem: even worse ....
DO & StartupItem: even worse ....
- Subject: DO & StartupItem: even worse ....
- From: Lloyd Dupont <email@hidden>
- Date: Thu, 5 Jun 2003 16:00:50 +1000
I have 2 console shell open.
I'm root on both.
when I ran a program in one. and register one server objet to DO with:
NSConnection * conn = [NSConnection defaultConnection];
[conn setRootObject: self];
BOOL reg = [conn registerName: name];
and then in my other console (still root) I try to query the server
state with:
NSConnection * conn = [NSConnection
connectionWithRegisteredName:aName
host:nil];
return (Server *) [conn rootProxy];
I never find it.
although in the first console shell it work.
I'm,uh, puzzled ...
could anyone shed some light ?
_______________________________________________
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.