1998-01-03 21:27:44 +00:00
|
|
|
/*
|
|
|
|
Global include file for the GNUstep Base Library.
|
|
|
|
|
|
|
|
Copyright (C) 1997 Free Software Foundation, Inc.
|
|
|
|
|
|
|
|
Written by: Scott Christley <scottc@net-community.com>
|
|
|
|
Date: Sep 1997
|
|
|
|
|
|
|
|
This file is part of the GNUstep Base Library.
|
|
|
|
|
|
|
|
This library is free software; you can redistribute it and/or
|
|
|
|
modify it under the terms of the GNU Library General Public
|
|
|
|
License as published by the Free Software Foundation; either
|
|
|
|
version 2 of the License, or (at your option) any later version.
|
|
|
|
|
|
|
|
This library is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
Library General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU Library General Public
|
|
|
|
License along with this library; if not, write to the Free
|
1999-09-09 02:56:20 +00:00
|
|
|
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
|
1998-01-03 21:27:44 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __Foundation_h_GNUSTEP_BASE_INCLUDE
|
|
|
|
#define __Foundation_h_GNUSTEP_BASE_INCLUDE
|
|
|
|
|
2000-06-22 03:15:27 +00:00
|
|
|
#include <Foundation/NSObjCRuntime.h>
|
1999-01-05 16:55:29 +00:00
|
|
|
#include <GSConfig.h>
|
1998-08-07 15:30:09 +00:00
|
|
|
#include <Foundation/NSDebug.h>
|
1998-01-03 21:27:44 +00:00
|
|
|
#include <Foundation/NSObject.h>
|
1998-12-02 20:16:23 +00:00
|
|
|
|
1998-01-03 21:27:44 +00:00
|
|
|
#include <Foundation/NSArchiver.h>
|
|
|
|
#include <Foundation/NSArray.h>
|
1998-09-26 05:25:55 +00:00
|
|
|
#include <Foundation/NSAttributedString.h>
|
1998-01-03 21:27:44 +00:00
|
|
|
#include <Foundation/NSAutoreleasePool.h>
|
|
|
|
#include <Foundation/NSBundle.h>
|
1998-12-01 21:45:44 +00:00
|
|
|
#include <Foundation/NSByteOrder.h>
|
2001-03-08 14:48:27 +00:00
|
|
|
#include <Foundation/NSCalendarDate.h>
|
1998-05-29 15:25:41 +00:00
|
|
|
#include <Foundation/NSCharacterSet.h>
|
2000-11-27 22:26:08 +00:00
|
|
|
#include <Foundation/NSClassDescription.h>
|
1998-05-29 15:25:41 +00:00
|
|
|
#include <Foundation/NSCoder.h>
|
1998-09-26 05:25:55 +00:00
|
|
|
#include <Foundation/NSConnection.h>
|
1998-01-03 21:27:44 +00:00
|
|
|
#include <Foundation/NSDate.h>
|
1998-12-02 20:16:23 +00:00
|
|
|
#include <Foundation/NSDateFormatter.h>
|
1998-01-03 21:27:44 +00:00
|
|
|
#include <Foundation/NSData.h>
|
|
|
|
#include <Foundation/NSDictionary.h>
|
1998-12-02 20:16:23 +00:00
|
|
|
#include <Foundation/NSDecimalNumber.h>
|
1998-09-26 05:25:55 +00:00
|
|
|
#include <Foundation/NSDistantObject.h>
|
1998-12-02 20:16:23 +00:00
|
|
|
#include <Foundation/NSDistributedLock.h>
|
|
|
|
#include <Foundation/NSDistributedNotificationCenter.h>
|
|
|
|
#include <Foundation/NSEnumerator.h>
|
1998-05-29 15:25:41 +00:00
|
|
|
#include <Foundation/NSException.h>
|
1998-09-26 05:25:55 +00:00
|
|
|
#include <Foundation/NSFileHandle.h>
|
1998-01-03 21:27:44 +00:00
|
|
|
#include <Foundation/NSFileManager.h>
|
1998-12-02 20:16:23 +00:00
|
|
|
#include <Foundation/NSFormatter.h>
|
1998-09-26 05:25:55 +00:00
|
|
|
#include <Foundation/NSHashTable.h>
|
1998-12-02 20:16:23 +00:00
|
|
|
#include <Foundation/NSGeometry.h>
|
1998-09-26 05:25:55 +00:00
|
|
|
#include <Foundation/NSHost.h>
|
2004-03-18 06:56:12 +00:00
|
|
|
#include <Foundation/NSIndexSet.h>
|
1998-12-01 21:45:44 +00:00
|
|
|
#include <Foundation/NSInvocation.h>
|
2000-11-27 22:26:08 +00:00
|
|
|
#include <Foundation/NSKeyValueCoding.h>
|
1998-05-29 15:25:41 +00:00
|
|
|
#include <Foundation/NSLock.h>
|
1998-09-26 05:25:55 +00:00
|
|
|
#include <Foundation/NSMapTable.h>
|
1998-12-01 21:45:44 +00:00
|
|
|
#include <Foundation/NSMethodSignature.h>
|
1998-01-03 21:27:44 +00:00
|
|
|
#include <Foundation/NSNotification.h>
|
1998-09-26 05:25:55 +00:00
|
|
|
#include <Foundation/NSNotificationQueue.h>
|
2000-10-21 07:43:57 +00:00
|
|
|
#include <Foundation/NSNull.h>
|
2001-11-22 13:51:06 +00:00
|
|
|
#include <Foundation/NSNumberFormatter.h>
|
1998-12-18 17:05:44 +00:00
|
|
|
#include <Foundation/NSPathUtilities.h>
|
1998-01-03 21:27:44 +00:00
|
|
|
#include <Foundation/NSPortCoder.h>
|
1998-12-02 20:16:23 +00:00
|
|
|
#include <Foundation/NSPortMessage.h>
|
|
|
|
#include <Foundation/NSPortNameServer.h>
|
1998-01-03 21:27:44 +00:00
|
|
|
#include <Foundation/NSProcessInfo.h>
|
1998-12-02 20:16:23 +00:00
|
|
|
#include <Foundation/NSProtocolChecker.h>
|
|
|
|
#include <Foundation/NSProxy.h>
|
|
|
|
#include <Foundation/NSRange.h>
|
1998-09-26 05:25:55 +00:00
|
|
|
#include <Foundation/NSRunLoop.h>
|
|
|
|
#include <Foundation/NSScanner.h>
|
1998-12-02 20:16:23 +00:00
|
|
|
#include <Foundation/NSSerialization.h>
|
1998-05-29 15:25:41 +00:00
|
|
|
#include <Foundation/NSSet.h>
|
1998-12-02 20:16:23 +00:00
|
|
|
#include <Foundation/NSString.h>
|
1998-09-26 05:25:55 +00:00
|
|
|
#include <Foundation/NSTask.h>
|
|
|
|
#include <Foundation/NSThread.h>
|
2001-03-08 14:48:27 +00:00
|
|
|
#include <Foundation/NSTimeZone.h>
|
1998-12-02 20:16:23 +00:00
|
|
|
#include <Foundation/NSTimer.h>
|
1999-07-15 05:43:49 +00:00
|
|
|
#include <Foundation/NSURL.h>
|
|
|
|
#include <Foundation/NSURLHandle.h>
|
1998-09-26 05:25:55 +00:00
|
|
|
#include <Foundation/NSUndoManager.h>
|
1998-01-03 21:27:44 +00:00
|
|
|
#include <Foundation/NSUserDefaults.h>
|
1998-12-02 20:16:23 +00:00
|
|
|
#include <Foundation/NSValue.h>
|
|
|
|
#include <Foundation/NSZone.h>
|
1998-01-03 21:27:44 +00:00
|
|
|
|
|
|
|
#endif /* __Foundation_h_GNUSTEP_BASE_INCLUDE */
|