DO question.
DO question.
- Subject: DO question.
- From: Jonathan Wight <email@hidden>
- Date: Mon, 01 Apr 2002 12:31:26 -0600
Hello,
I have a daemon that is vending an object (of class CDaemon) via DO. The
daemon's client process is getting a proxy to that object just fine. The
client then sends a message to the CDaemon proxy that looks a bit like this:
- (CSomeObject *)getSomeObject;
The object returned is actually a member variable of CDaemon. However when I
send messages to the returned CSomeObject object the messages never get to
the Daemon process.
So can DO shared objects return other shared objects?
Jon.
_______________________________________________
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.