"-forwardInvocation:" like NSInvocation creation
"-forwardInvocation:" like NSInvocation creation
- Subject: "-forwardInvocation:" like NSInvocation creation
- From: Philip Mötteli <email@hidden>
- Date: Mon, 29 Mar 2010 17:07:47 +0200
Hello,
I need to temporary save the invocation of a method. For that, I just need to put the stack frame into an NSInvocation. Unfortunately, Apple has removed the -setStackFrame: from NSInvocation. Though they still use something like it, because they need it for -forwardInvocation:.
Has anybody implemented a method like [NSInvocation initWithArgframe: (arglist_t)frame selector: (SEL)aSelector]?
Thanks
_______________________________________________
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