mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-25 13:50:54 +00:00
* *.[hm] Use GNUSTEP in favor of NeXT_Foundation_LIBRARY
as requested by Marcus Mueller <znek@mulle-kybernetik.com>. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@18856 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5cb4954557
commit
e6fab07914
98 changed files with 106 additions and 101 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2003-03-19 David Ayers <d.ayers@inode.at>
|
||||||
|
|
||||||
|
* *.[hm] Use GNUSTEP in favor of NeXT_Foundation_LIBRARY
|
||||||
|
as requested by Marcus Mueller <znek@mulle-kybernetik.com>.
|
||||||
|
|
||||||
2003-03-10 David Ayers <d.ayers@inode.at>
|
2003-03-10 David Ayers <d.ayers@inode.at>
|
||||||
|
|
||||||
* EOAdaptors/Postgres95/LoginPanel/Makefile.postamble:
|
* EOAdaptors/Postgres95/LoginPanel/Makefile.postamble:
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSObjCRuntime.h>
|
#include <Foundation/NSObjCRuntime.h>
|
||||||
#include <Foundation/NSException.h>
|
#include <Foundation/NSException.h>
|
||||||
#include <Foundation/NSDebug.h>
|
#include <Foundation/NSDebug.h>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef __EOAdaptor_h__
|
#ifndef __EOAdaptor_h__
|
||||||
#define __EOAdaptor_h__
|
#define __EOAdaptor_h__
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -46,7 +46,7 @@ RCS_ID("$Id$")
|
||||||
#endif /* !__WIN32__ */
|
#endif /* !__WIN32__ */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSPathUtilities.h>
|
#include <Foundation/NSPathUtilities.h>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef __EOAdaptorChannel_h__
|
#ifndef __EOAdaptorChannel_h__
|
||||||
#define __EOAdaptorChannel_h__
|
#define __EOAdaptorChannel_h__
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
#include <Foundation/NSZone.h>
|
#include <Foundation/NSZone.h>
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef __EOAdaptorContext_h__
|
#ifndef __EOAdaptorContext_h__
|
||||||
#define __EOAdaptorContext_h__
|
#define __EOAdaptorContext_h__
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSValue.h>
|
#include <Foundation/NSValue.h>
|
||||||
#include <Foundation/NSUtilities.h>
|
#include <Foundation/NSUtilities.h>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSException.h>
|
#include <Foundation/NSException.h>
|
||||||
#include <Foundation/NSDebug.h>
|
#include <Foundation/NSDebug.h>
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef __EOAttribute_h__
|
#ifndef __EOAttribute_h__
|
||||||
#define __EOAttribute_h__
|
#define __EOAttribute_h__
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSZone.h>
|
#include <Foundation/NSZone.h>
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -41,7 +41,7 @@ RCS_ID("$Id$")
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSUtilities.h>
|
#include <Foundation/NSUtilities.h>
|
||||||
#include <Foundation/NSArchiver.h>
|
#include <Foundation/NSArchiver.h>
|
||||||
#include <Foundation/NSObjCRuntime.h>
|
#include <Foundation/NSObjCRuntime.h>
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#define __EODatabase_h__
|
#define __EODatabase_h__
|
||||||
|
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#define __EODatabaseChannel_h__
|
#define __EODatabaseChannel_h__
|
||||||
|
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#define __EODatabaseContext_h__
|
#define __EODatabaseContext_h__
|
||||||
|
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
#include <Foundation/NSHashTable.h>
|
#include <Foundation/NSHashTable.h>
|
||||||
#include <Foundation/NSMapTable.h>
|
#include <Foundation/NSMapTable.h>
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef __EODatabaseOperation_h__
|
#ifndef __EODatabaseOperation_h__
|
||||||
#define __EODatabaseOperation_h__
|
#define __EODatabaseOperation_h__
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef __EOEntity_h__
|
#ifndef __EOEntity_h__
|
||||||
#define __EOEntity_h__
|
#define __EOEntity_h__
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSException.h>
|
#include <Foundation/NSException.h>
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -40,7 +40,7 @@ RCS_ID("$Id$")
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#define __EOExpressionArray_h__
|
#define __EOExpressionArray_h__
|
||||||
|
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -40,7 +40,7 @@ RCS_ID("$Id$")
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSAutoreleasePool.h>
|
#include <Foundation/NSAutoreleasePool.h>
|
||||||
#include <Foundation/NSValue.h>
|
#include <Foundation/NSValue.h>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSUtilities.h>
|
#include <Foundation/NSUtilities.h>
|
||||||
#include <Foundation/NSDebug.h>
|
#include <Foundation/NSDebug.h>
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#define __EOModel_h__
|
#define __EOModel_h__
|
||||||
|
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSBundle.h>
|
#include <Foundation/NSBundle.h>
|
||||||
#include <Foundation/NSValue.h>
|
#include <Foundation/NSValue.h>
|
||||||
#include <Foundation/NSUtilities.h>
|
#include <Foundation/NSUtilities.h>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSBundle.h>
|
#include <Foundation/NSBundle.h>
|
||||||
#include <Foundation/NSNotification.h>
|
#include <Foundation/NSNotification.h>
|
||||||
#include <Foundation/NSEnumerator.h>
|
#include <Foundation/NSEnumerator.h>
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#define __EOPropertyListEncoding_h__
|
#define __EOPropertyListEncoding_h__
|
||||||
|
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSUtilities.h>
|
#include <Foundation/NSUtilities.h>
|
||||||
#include <Foundation/NSException.h>
|
#include <Foundation/NSException.h>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef __EOSQLExpression_h__
|
#ifndef __EOSQLExpression_h__
|
||||||
#define __EOSQLExpression_h__
|
#define __EOSQLExpression_h__
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSValue.h>
|
#include <Foundation/NSValue.h>
|
||||||
|
|
|
@ -40,7 +40,7 @@ RCS_ID("$Id$")
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSSet.h>
|
#include <Foundation/NSSet.h>
|
||||||
#include <Foundation/NSUtilities.h>
|
#include <Foundation/NSUtilities.h>
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
#define __EOSQLQualifier_h__
|
#define __EOSQLQualifier_h__
|
||||||
|
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -38,7 +38,7 @@ RCS_ID("$Id$")
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
#include <Foundation/NSSet.h>
|
#include <Foundation/NSSet.h>
|
||||||
#include <Foundation/NSUtilities.h>
|
#include <Foundation/NSUtilities.h>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSException.h>
|
#include <Foundation/NSException.h>
|
||||||
#include <Foundation/NSEnumerator.h>
|
#include <Foundation/NSEnumerator.h>
|
||||||
#include <Foundation/NSDebug.h>
|
#include <Foundation/NSDebug.h>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
#include <Foundation/NSSet.h>
|
#include <Foundation/NSSet.h>
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSValue.h>
|
#include <Foundation/NSValue.h>
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSUtilities.h>
|
#include <Foundation/NSUtilities.h>
|
||||||
#include <Foundation/NSException.h>
|
#include <Foundation/NSException.h>
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef __Postgres95Values_h__
|
#ifndef __Postgres95Values_h__
|
||||||
#define __Postgres95Values_h__
|
#define __Postgres95Values_h__
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSValue.h>
|
#include <Foundation/NSValue.h>
|
||||||
#include <Foundation/NSData.h>
|
#include <Foundation/NSData.h>
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSData.h>
|
#include <Foundation/NSData.h>
|
||||||
#include <Foundation/NSDate.h>
|
#include <Foundation/NSDate.h>
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
#include <Foundation/NSSet.h>
|
#include <Foundation/NSSet.h>
|
||||||
#include <Foundation/NSUtilities.h>
|
#include <Foundation/NSUtilities.h>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef __EOCheapArray_h__
|
#ifndef __EOCheapArray_h__
|
||||||
#define __EOCheapArray_h__
|
#define __EOCheapArray_h__
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSZone.h>
|
#include <Foundation/NSZone.h>
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSZone.h>
|
#include <Foundation/NSZone.h>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef __EOClassDescription_h__
|
#ifndef __EOClassDescription_h__
|
||||||
#define __EOClassDescription_h__
|
#define __EOClassDescription_h__
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSException.h>
|
#include <Foundation/NSException.h>
|
||||||
#include <Foundation/NSZone.h>
|
#include <Foundation/NSZone.h>
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef __EODataSource_h__
|
#ifndef __EODataSource_h__
|
||||||
#define __EODataSource_h__
|
#define __EODataSource_h__
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSDebug.h>
|
#include <Foundation/NSDebug.h>
|
||||||
#include <Foundation/NSAutoreleasePool.h>
|
#include <Foundation/NSAutoreleasePool.h>
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSThread.h>
|
#include <Foundation/NSThread.h>
|
||||||
#include <Foundation/NSAutoreleasePool.h>
|
#include <Foundation/NSAutoreleasePool.h>
|
||||||
#include <Foundation/NSDebug.h>
|
#include <Foundation/NSDebug.h>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef __EOControl_EODeprecated_h__
|
#ifndef __EOControl_EODeprecated_h__
|
||||||
#define __EOControl_EODeprecated_h__
|
#define __EOControl_EODeprecated_h__
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSUndoManager.h>
|
#include <Foundation/NSUndoManager.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSException.h>
|
#include <Foundation/NSException.h>
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
#ifndef __EOEditingContext_h__
|
#ifndef __EOEditingContext_h__
|
||||||
#define __EOEditingContext_h__
|
#define __EOEditingContext_h__
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSHashTable.h>
|
#include <Foundation/NSHashTable.h>
|
||||||
#include <Foundation/NSMapTable.h>
|
#include <Foundation/NSMapTable.h>
|
||||||
#include <Foundation/NSLock.h>
|
#include <Foundation/NSLock.h>
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
#ifndef __EOFault_h__
|
#ifndef __EOFault_h__
|
||||||
#define __EOFault_h__
|
#define __EOFault_h__
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
#include <Foundation/NSZone.h>
|
#include <Foundation/NSZone.h>
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
#include <Foundation/NSUtilities.h>
|
#include <Foundation/NSUtilities.h>
|
||||||
#include <Foundation/NSAutoreleasePool.h>
|
#include <Foundation/NSAutoreleasePool.h>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
#include <Foundation/NSUtilities.h>
|
#include <Foundation/NSUtilities.h>
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef __EOFetchSpecification_h__
|
#ifndef __EOFetchSpecification_h__
|
||||||
#define __EOFetchSpecification_h__
|
#define __EOFetchSpecification_h__
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSCoder.h>
|
#include <Foundation/NSCoder.h>
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
#include <Foundation/NSValue.h>
|
#include <Foundation/NSValue.h>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef __EOGenericRecord_h__
|
#ifndef __EOGenericRecord_h__
|
||||||
#define __EOGenericRecord_h__
|
#define __EOGenericRecord_h__
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSAutoreleasePool.h>
|
#include <Foundation/NSAutoreleasePool.h>
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef __EOGlobalID_h__
|
#ifndef __EOGlobalID_h__
|
||||||
#define __EOGlobalID_h__
|
#define __EOGlobalID_h__
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSCoder.h>
|
#include <Foundation/NSCoder.h>
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
#include <Foundation/NSSet.h>
|
#include <Foundation/NSSet.h>
|
||||||
#include <Foundation/NSUtilities.h>
|
#include <Foundation/NSUtilities.h>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSCoder.h>
|
#include <Foundation/NSCoder.h>
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#define __EOKeyValueArchiving_h__
|
#define __EOKeyValueArchiving_h__
|
||||||
|
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
#include <Foundation/NSHashTable.h>
|
#include <Foundation/NSHashTable.h>
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
#ifndef __EOKeyValueCoding_h__
|
#ifndef __EOKeyValueCoding_h__
|
||||||
#define __EOKeyValueCoding_h__
|
#define __EOKeyValueCoding_h__
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSKeyValueCoding.h>
|
#include <Foundation/NSKeyValueCoding.h>
|
||||||
|
@ -196,7 +196,7 @@ GDL2CONTROL_EXPORT NSString *EOUnknownUserInfoKey;
|
||||||
* The following declaration is reportedly missing in Apple's headers,
|
* The following declaration is reportedly missing in Apple's headers,
|
||||||
* yet are implemented.
|
* yet are implemented.
|
||||||
*/
|
*/
|
||||||
#if NeXT_Foundation_LIBRARY
|
#ifndef GNUSTEP
|
||||||
@interface NSObject (MacOSX)
|
@interface NSObject (MacOSX)
|
||||||
- (void)takeStoredValuesFromDictionary: (NSDictionary *)dictionary;
|
- (void)takeStoredValuesFromDictionary: (NSDictionary *)dictionary;
|
||||||
@end
|
@end
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
|
@ -508,7 +508,7 @@ initialize(void)
|
||||||
{
|
{
|
||||||
if ([key isEqualToString: @"allValues"])
|
if ([key isEqualToString: @"allValues"])
|
||||||
{
|
{
|
||||||
#ifdef NeXT_Foundation_LIBRARY
|
#ifndef GNUSTEP
|
||||||
static BOOL warnedValuesKeys = NO;
|
static BOOL warnedValuesKeys = NO;
|
||||||
if (warnedValuesKeys == NO)
|
if (warnedValuesKeys == NO)
|
||||||
{
|
{
|
||||||
|
@ -520,7 +520,7 @@ initialize(void)
|
||||||
}
|
}
|
||||||
else if ([key isEqualToString: @"allKeys"])
|
else if ([key isEqualToString: @"allKeys"])
|
||||||
{
|
{
|
||||||
#ifdef NeXT_Foundation_LIBRARY
|
#ifndef GNUSTEP
|
||||||
static BOOL warnedAllKeys = NO;
|
static BOOL warnedAllKeys = NO;
|
||||||
if (warnedAllKeys == NO)
|
if (warnedAllKeys == NO)
|
||||||
{
|
{
|
||||||
|
@ -532,7 +532,7 @@ initialize(void)
|
||||||
}
|
}
|
||||||
else if ([key isEqualToString: @"count"])
|
else if ([key isEqualToString: @"count"])
|
||||||
{
|
{
|
||||||
#ifdef NeXT_Foundation_LIBRARY
|
#ifndef GNUSTEP
|
||||||
static BOOL warnedCount = NO;
|
static BOOL warnedCount = NO;
|
||||||
if (warnedCount == NO)
|
if (warnedCount == NO)
|
||||||
{
|
{
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
#include <Foundation/NSObjCRuntime.h>
|
#include <Foundation/NSObjCRuntime.h>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef __EOMultipleKnownKeyDictionary_h__
|
#ifndef __EOMultipleKnownKeyDictionary_h__
|
||||||
#define __EOMultipleKnownKeyDictionary_h__
|
#define __EOMultipleKnownKeyDictionary_h__
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
#include <Foundation/NSEnumerator.h>
|
#include <Foundation/NSEnumerator.h>
|
||||||
#include <Foundation/NSZone.h>
|
#include <Foundation/NSZone.h>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef __EONSAddOns_h__
|
#ifndef __EONSAddOns_h__
|
||||||
#define __EONSAddOns_h__
|
#define __EONSAddOns_h__
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSScanner.h>
|
#include <Foundation/NSScanner.h>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
#include <Foundation/NSSet.h>
|
#include <Foundation/NSSet.h>
|
||||||
#include <Foundation/NSUtilities.h>
|
#include <Foundation/NSUtilities.h>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef __EONull_h__
|
#ifndef __EONull_h__
|
||||||
#define __EONull_h__
|
#define __EONull_h__
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSNull.h>
|
#include <Foundation/NSNull.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef __EOObjectStore_h__
|
#ifndef __EOObjectStore_h__
|
||||||
#define __EOObjectStore_h__
|
#define __EOObjectStore_h__
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSEnumerator.h>
|
#include <Foundation/NSEnumerator.h>
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#define __EOObserver_h__
|
#define __EOObserver_h__
|
||||||
|
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
#include <Foundation/NSMapTable.h>
|
#include <Foundation/NSMapTable.h>
|
||||||
#include <Foundation/NSNotification.h>
|
#include <Foundation/NSNotification.h>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
#include <Foundation/NSSet.h>
|
#include <Foundation/NSSet.h>
|
||||||
#include <Foundation/NSUtilities.h>
|
#include <Foundation/NSUtilities.h>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef __EOQualifier_h__
|
#ifndef __EOQualifier_h__
|
||||||
#define __EOQualifier_h__
|
#define __EOQualifier_h__
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -38,7 +38,7 @@ RCS_ID("$Id$")
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
#include <Foundation/NSSet.h>
|
#include <Foundation/NSSet.h>
|
||||||
#include <Foundation/NSScanner.h>
|
#include <Foundation/NSScanner.h>
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#define __EOSortOrdering_h__
|
#define __EOSortOrdering_h__
|
||||||
|
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSCoder.h>
|
#include <Foundation/NSCoder.h>
|
||||||
#include <Foundation/NSException.h>
|
#include <Foundation/NSException.h>
|
||||||
#include <Foundation/NSDebug.h>
|
#include <Foundation/NSDebug.h>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef __EOUndoManager_h__
|
#ifndef __EOUndoManager_h__
|
||||||
#define __EOUndoManager_h__
|
#define __EOUndoManager_h__
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSUndoManager.h>
|
#include <Foundation/NSUndoManager.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef __EOModelExtensions_h__
|
#ifndef __EOModelExtensions_h__
|
||||||
#define __EOModelExtensions_h__
|
#define __EOModelExtensions_h__
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSAttributedString.h>
|
#include <Foundation/NSAttributedString.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSAutoreleasePool.h>
|
#include <Foundation/NSAutoreleasePool.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSAutoreleasePool.h>
|
#include <Foundation/NSAutoreleasePool.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSAutoreleasePool.h>
|
#include <Foundation/NSAutoreleasePool.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSAutoreleasePool.h>
|
#include <Foundation/NSAutoreleasePool.h>
|
||||||
#include <Foundation/NSDebug.h>
|
#include <Foundation/NSDebug.h>
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSAutoreleasePool.h>
|
#include <Foundation/NSAutoreleasePool.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSAutoreleasePool.h>
|
#include <Foundation/NSAutoreleasePool.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSEnumerator.h>
|
#include <Foundation/NSEnumerator.h>
|
||||||
#include <Foundation/NSAutoreleasePool.h>
|
#include <Foundation/NSAutoreleasePool.h>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSDecimalNumber.h>
|
#include <Foundation/NSDecimalNumber.h>
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
RCS_ID("$Id$")
|
RCS_ID("$Id$")
|
||||||
|
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifdef GNUSTEP
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
|
|
Loading…
Reference in a new issue