Re: ICAHandler
Re: ICAHandler
- Subject: Re: ICAHandler
- From: email@hidden
- Date: Fri, 05 Dec 2008 16:21:37 -0500
Not sure.
What I'm referring to in my post is this:
[code]
// -----------------------------------------------------
ICAGetDeviceListCallback
void ICAGetDeviceListCallback (ICAHeader* pbHeader)
{
ICAHandler * obj = (ICAHandler*)pbHeader->refcon;
if (obj)
{
[obj getDeviceListCallback: (ICAGetDeviceListPB*) pbHeader];
}
}
[/code]
This is what ICA API Test spits out. Where did ICAHandler come from???
Thanks!
Peace, Love, and Light,
/s/ Jon C. Munson II
Quoting Nick Zitzmann <email@hidden>:
On Dec 5, 2008, at 1:55 PM, email@hidden wrote:
Namaste!
Namasté.
What is an ICAHandler? The compiler complains of it and I can't
find it in the documentation anywhere. The ICA API Tester app
lists it in the code it creates for ObjC Async.
Are you talking about this?
<http://developer.apple.com/samplecode/MyPhoto/listing2.html>
It looks like a class in some sample code; IOW, not a built-in class.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden