GNUstep CoreBase Library 0.2
CoreFoundation.h
1/* CoreFoundation.h
2
3 Copyright (C) 2010 Free Software Foundation, Inc.
4
5 Written by: Stefan Bidigaray
6 Date: January, 2010
7
8 This file is part of CoreBase.
9
10 This library is free software; you can redistribute it and/or
11 modify it under the terms of the GNU Lesser General Public
12 License as published by the Free Software Foundation; either
13 version 2.1 of the License, or (at your option) any later version.
14
15 This library is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 Lesser General Public License for more details.
19
20 You should have received a copy of the GNU Lesser General Public
21 License along with this library; see the file COPYING.LIB.
22 If not, see <http://www.gnu.org/licenses/> or write to the
23 Free Software Foundation, 51 Franklin Street, Fifth Floor,
24 Boston, MA 02110-1301, USA.
25*/
26
27#ifndef __COREFOUNDATION_COREFOUNDATION_H__
28#define __COREFOUNDATION_COREFOUNDATION_H__
29
30#include <CoreFoundation/CFBase.h>
31#include <CoreFoundation/CFArray.h>
32#include <CoreFoundation/CFAttributedString.h>
33#include <CoreFoundation/CFBag.h>
34#include <CoreFoundation/CFBinaryHeap.h>
35#include <CoreFoundation/CFBitVector.h>
36#include <CoreFoundation/CFBundle.h>
37#include <CoreFoundation/CFByteOrder.h>
38#include <CoreFoundation/CFCalendar.h>
39#include <CoreFoundation/CFCharacterSet.h>
40#include <CoreFoundation/CFData.h>
41#include <CoreFoundation/CFDate.h>
42#include <CoreFoundation/CFDateFormatter.h>
43#include <CoreFoundation/CFDictionary.h>
44#include <CoreFoundation/CFError.h>
45#include <CoreFoundation/CFLocale.h>
46#include <CoreFoundation/CFNumber.h>
47#include <CoreFoundation/CFNumberFormatter.h>
48#include <CoreFoundation/CFPropertyList.h>
49#include <CoreFoundation/CFRunLoop.h>
50#include <CoreFoundation/CFSet.h>
51#include <CoreFoundation/CFSocket.h>
52#include <CoreFoundation/CFStream.h>
53#include <CoreFoundation/CFString.h>
54#include <CoreFoundation/CFStringEncodingExt.h>
55#include <CoreFoundation/CFTimeZone.h>
56#include <CoreFoundation/CFTree.h>
57#include <CoreFoundation/CFURL.h>
58#include <CoreFoundation/CFURLAccess.h>
59#include <CoreFoundation/CFUUID.h>
60#include <CoreFoundation/CFXMLNode.h>
61#include <CoreFoundation/CFXMLParser.h>
62
63#endif /* __COREFOUNDATION_COREFOUNDATION_H__ */
64