/* File: CoreFoundation.h Contains: CoreFoundation master header Version: QuickTime 7.3 Copyright: (c) 2007 (c) 1999-2001 by Apple Computer, Inc., all rights reserved Bugs?: For bug reports, consult the following page on the World Wide Web: http://developer.apple.com/bugreporter/ */ #ifndef __COREFOUNDATION__ #define __COREFOUNDATION__ #ifndef __CFBASE__ #include #endif #ifndef __CFARRAY__ #include #endif #ifndef __CFBAG__ #include #endif #ifndef __CFBUNDLE__ #include #endif #ifndef __CFCHARACTERSET__ #include #endif #ifndef __CFDATA__ #include #endif #ifndef __CFDATE__ #include #endif #ifndef __CFDICTIONARY__ #include #endif #ifndef __CFNUMBER__ #include #endif #ifndef __CFPLUGIN__ #include #endif #ifndef __CFPREFERENCES__ #include #endif #ifndef __CFPROPERTYLIST__ #include #endif #ifndef __CFSET__ #include #endif #ifndef __CFSTRING__ #include #endif #ifndef __CFSTRINGENCODINGEXT__ #include #endif #ifndef __CFTIMEZONE__ #include #endif #ifndef __CFTREE__ #include #endif #ifndef __CFURL__ #include #endif #ifndef __CFURLACCESS__ #include #endif #ifndef __CFUUID__ #include #endif #ifndef __CFXMLNODE__ #include #endif #ifndef __CFXMLPARSER__ #include #endif #endif /* __COREFOUNDATION__ */