Re: CFDictionary callback on PPC vs Intel
Re: CFDictionary callback on PPC vs Intel
- Subject: Re: CFDictionary callback on PPC vs Intel
- From: "Derrek Leute" <email@hidden>
- Date: Sun, 17 Feb 2008 13:33:48 -0500
> > CFMutableDictionaryRef args = CFDictionaryCreateMutable
> > (NULL,0,&kCFCopyStringDictionaryKeyCallBacks,NULL);
> Huh? How can you pass a reference to a CONST
> (kCFCopyStringDictionaryKeyCallBacks)? I thought a CONST was just a
> compiler replacement at compile-time, and doesn't actually have any
> storage. Or is this not a CONST?
I'm just doing as the apple documentation and examples do. They say
pass it as a reference so I do. That's all I know. :)
--Derrek
_______________________________________________
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