Re: AULab calling unimplemented -saveDataInDictionary:forDocument in my CocoaView???
Re: AULab calling unimplemented -saveDataInDictionary:forDocument in my CocoaView???
- Subject: Re: AULab calling unimplemented -saveDataInDictionary:forDocument in my CocoaView???
- From: "tahome izwah" <email@hidden>
- Date: Wed, 17 Sep 2008 17:16:13 +0200
Excellent idea, thank you Justin - I will try that.
--th
2008/9/17 Justin Carlson <email@hidden>:
>
> Hi Tahome,
>
> You can implement these in MyFancy_CocoaView and set a breakpoint. Hint: You
> can use (id) wherever an ObjC arg/return type is used.
>
> I don't know the return or argument types for the original, but you can
> probably just implement something like:
> - (id)saveDataInDictionary:(id)dict forDocument:(id)doc {
> /* breakpoint or assert */
> }
> - (void)saveDataInDictionary:(id)dict forDocument:(id)doc {
> /* breakpoint or assert */
> }
> - (BOOL)saveDataInDictionary:(id)dict forDocument:(id)doc {
> /* breakpoint or assert */
> }
>
> J
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden