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 PROTECTED]>:


On Dec 5, 2008, at 1:55 PM, [EMAIL PROTECTED] 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 (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 [EMAIL PROTECTED]

Reply via email to