NSDistantObject question
NSDistantObject question
- Subject: NSDistantObject question
- From: "Michael C. Silva" <email@hidden>
- Date: Thu, 19 Jul 2007 06:39:39 -0400
I am using NSConnection based distributed objects between processes.
I pass a number of arguments bycopy. The 'native' Cocoa types (like
NSString, NSDictionary) all seem to make local copies in the server
side's destination address space. However, none of my objects do
this, they are all proxied via NSDistantObject.
What do I need to do to allow my objects to be copied? I have tried
implementing NSCopying and NSCoding protocols and these haven't helped.
Thanks,
Mike
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden