On Tue, Nov 16, 2010 at 6:27 AM, Remco Poelstra <re...@beryllium.net> wrote:

> Op 16 nov 2010, om 12:18 heeft Mark Wright het volgende geschreven:
>
> > You need to write your protocol declaration in
> AudionetQueueDelegateProtocol.h as:
> >
> > @protocol AudionetQueueDelegate <NSObject>
>
> That does not seem to work.
> I now have:
> #import <UIKit/UIKit.h>
> @protocol AudionetQueueDelegate <NSObject>
> @end
>
> But then the warning returns.


Mark had the right idea, but the wrong protocol. You need to inherit from
the NSKeyValueCoding protocol, not NSObject.

sherm--

-- 
Cocoa programming in Perl:
http://camelbones.sourceforge.net
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to