]>
git.saurik.com Git - apple/cf.git/blob - Base.subproj/CoreFoundation.h
2 * Copyright (c) 2003 Apple Computer, Inc. All rights reserved.
4 * @APPLE_LICENSE_HEADER_START@
6 * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved.
8 * This file contains Original Code and/or Modifications of Original Code
9 * as defined in and that are subject to the Apple Public Source License
10 * Version 2.0 (the 'License'). You may not use this file except in
11 * compliance with the License. Please obtain a copy of the License at
12 * http://www.opensource.apple.com/apsl/ and read it before using this
15 * The Original Code and all software distributed under the License are
16 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
17 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
18 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
19 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
20 * Please see the License for the specific language governing rights and
21 * limitations under the License.
23 * @APPLE_LICENSE_HEADER_END@
26 Copyright (c) 1998-2003, Apple, Inc. All rights reserved.
29 #if !defined(__COREFOUNDATION_COREFOUNDATION__)
30 #define __COREFOUNDATION_COREFOUNDATION__ 1
32 #include <CoreFoundation/CFBase.h>
33 #include <CoreFoundation/CFArray.h>
34 #include <CoreFoundation/CFBag.h>
35 #include <CoreFoundation/CFCharacterSet.h>
36 #include <CoreFoundation/CFData.h>
37 #include <CoreFoundation/CFDate.h>
38 #include <CoreFoundation/CFDictionary.h>
39 #include <CoreFoundation/CFNumber.h>
40 #include <CoreFoundation/CFPropertyList.h>
41 #include <CoreFoundation/CFSet.h>
42 #include <CoreFoundation/CFString.h>
43 #include <CoreFoundation/CFTimeZone.h>
44 #include <CoreFoundation/CFTree.h>
45 #include <CoreFoundation/CFURL.h>
46 #include <CoreFoundation/CFXMLNode.h>
47 #include <CoreFoundation/CFXMLParser.h>
65 #if defined(__STDC_VERSION__) && (199901L <= __STDC_VERSION__)
74 #include <CoreFoundation/CFBinaryHeap.h>
75 #include <CoreFoundation/CFBitVector.h>
76 #include <CoreFoundation/CFBundle.h>
77 #include <CoreFoundation/CFByteOrder.h>
78 #include <CoreFoundation/CFPlugIn.h>
79 #include <CoreFoundation/CFURLAccess.h>
80 #include <CoreFoundation/CFUUID.h>
83 #include <CoreFoundation/CFUserNotification.h>
86 #if defined(__MACH__) || defined(__WIN32__)
87 #include <CoreFoundation/CFMachPort.h>
88 #include <CoreFoundation/CFMessagePort.h>
89 #include <CoreFoundation/CFRunLoop.h>
90 #include <CoreFoundation/CFSocket.h>
94 #endif /* ! __COREFOUNDATION_COREFOUNDATION__ */