Re: Extending NSURLProtocol
Re: Extending NSURLProtocol
- Subject: Re: Extending NSURLProtocol
- From: Brian Christensen <email@hidden>
- Date: Wed, 12 Nov 2003 18:12:06 -0500
On Nov 12, 2003, at 3:09 PM, Christoph Priebe wrote:
I would like to extend the NSURLProtocol, does anybody know of
some kind of example code to do this?
You can't extend a protocol, as it would break the conformity of any
object that adopted the original protocol.
/brian
------------------------------------------------------------------
Brian Christensen <email@hidden>
Cocoa Dev Central <
http://www.cocoadevcentral.com>
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.