Re: Re: transparent proxy using forwardInvocation, how?
Re: Re: transparent proxy using forwardInvocation, how?
- Subject: Re: Re: transparent proxy using forwardInvocation, how?
- From: "Julien Jalon" <email@hidden>
- Date: Sat, 26 Aug 2006 19:33:04 +0200
Some notes about NSProxy:
1) don't need to call [super init] (NSProxy has no init'er...)
2) also implement:
- methodSignatureForSelector:
- conformsToProtocol:
- and, if you want to, respondsToSelector:
On 8/26/06, Nick Zitzmann <email@hidden> wrote:
On Aug 26, 2006, at 3:23 AM, Simon Strandgaard wrote:
> How does one make a transparent proxy?
Subclassing NSProxy and overriding -forwardInvocation: ought to work...
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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
_______________________________________________
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