On Thu, Apr 17, 2008 at 8:01 AM, Justin Giboney <[EMAIL PROTECTED]> wrote: > bycopy worked, thank you. > > Does this mean though that I need to duplicate all of methods, with one set > for internal commands and one for remote commands?
You need an interface that has the needed bycopy, etc. qualifiers in it. Those are only meaning full for DO (remote messaging) and they don't affect direct messaging. <http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/Articles/chapter_13_section_8.html> -Shawn _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
