Re: Invoking the superclass from a private method correctly
Re: Invoking the superclass from a private method correctly
- Subject: Re: Invoking the superclass from a private method correctly
- From: j o a r <email@hidden>
- Date: Thu, 3 Feb 2005 19:23:07 +0100
On 2005-02-03, at 18.54, Nick Zitzmann wrote:
I want to use objc_msgSendSuper() unless what I'm trying to do is
impossible. If it's impossible, then I'll probably have to fall back
on prototyping. My question was how is it done, if it is possible...
Why do you explicitly want that solution? It would end up being fragile
and difficult to maintain, as you will not be able to use the compiler
to help you spot errors when the protected interface of the superclass
changes, right?
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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