Re: performSelector with reference
Re: performSelector with reference
- Subject: Re: performSelector with reference
- From: John Stiles <email@hidden>
- Date: Thu, 17 Aug 2006 13:28:27 -0700
A cast probably won't work, because I think performSelector is going
to do [object retain], and if it's not a real NSObject, at that point
you crash.
On Aug 17, 2006, at 1:16 PM, David Alter wrote:
I have a selector that I want to execute. One of the parameters is
a **NSError. It doe not like the pointer to the pointer. It wants
an object. I could just cast if but I wanted to see if there was a
cleaner way of doing this.
I'm using "- (id)performSelector:(SEL)aSelector withObject:(id)
object1 withObject:(id)object2;"
My **NSError is in the second parameter.
thanks for the help
-dave
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40blizzard.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden