mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-23 13:10:48 +00:00
* *.h/m: Updated to new header layout.
* Tools/eoutil.m: Added missing include. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@17539 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
894f3554ac
commit
0135ad09da
76 changed files with 96 additions and 90 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-08-25 Matt Rice <ratmice@yahoo.com>
|
||||
|
||||
* *.h/m: Updated to new header layout.
|
||||
* Tools/eoutil.m: Added missing include.
|
||||
|
||||
2003-08-23 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* EOControl/EOKeyValueCoding.h/m: Rewritten and documented.
|
||||
|
|
|
@ -44,7 +44,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOCheapArray.h>
|
||||
|
|
|
@ -64,10 +64,10 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <gnustep/base/Unicode.h>
|
||||
#include <GNUstepBase/Unicode.h>
|
||||
|
||||
|
||||
#include <EOControl/EONSAddOns.h>
|
||||
|
|
|
@ -49,7 +49,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOMutableKnownKeyDictionary.h>
|
||||
|
|
|
@ -47,7 +47,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EODebug.h>
|
||||
|
|
|
@ -43,7 +43,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOAccess/EODatabaseOperation.h>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#include <gnustep/base/GCObject.h>
|
||||
#include <GNUstepBase/GCObject.h>
|
||||
|
||||
#include <EOAccess/EOPropertyListEncoding.h>
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EONull.h>
|
||||
|
|
|
@ -50,7 +50,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOObjectStore.h>
|
||||
|
|
|
@ -52,7 +52,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOEditingContext.h>
|
||||
|
|
|
@ -56,10 +56,10 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <gnustep/base/GSObjCRuntime.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
|
||||
#include <EOControl/EOFault.h>
|
||||
#include <EOControl/EOEditingContext.h>
|
||||
|
|
|
@ -53,7 +53,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOEditingContext.h>
|
||||
|
|
|
@ -47,7 +47,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EODebug.h>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#include <gnustep/base/GCObject.h>
|
||||
#include <GNUstepBase/GCObject.h>
|
||||
|
||||
#include <EOControl/EOClassDescription.h>
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOKeyValueCoding.h>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#include <gnustep/base/GCObject.h>
|
||||
#include <GNUstepBase/GCObject.h>
|
||||
|
||||
|
||||
@class NSArray;
|
||||
|
|
|
@ -52,10 +52,10 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <gnustep/base/GSObjCRuntime.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
|
||||
#include <EOControl/EODebug.h>
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#ifndef __EOJoin_h__
|
||||
#define __EOJoin_h__
|
||||
|
||||
#include <gnustep/base/GCObject.h>
|
||||
#include <GNUstepBase/GCObject.h>
|
||||
|
||||
|
||||
@class NSString;
|
||||
|
|
|
@ -44,7 +44,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EODebug.h>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
#include <gnustep/base/GCObject.h>
|
||||
#include <GNUstepBase/GCObject.h>
|
||||
|
||||
#include <EOAccess/EODefines.h>
|
||||
#include <EOAccess/EOPropertyListEncoding.h>
|
||||
|
|
|
@ -52,10 +52,10 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <gnustep/base/GSObjCRuntime.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
|
||||
#include <EOControl/EOGenericRecord.h>
|
||||
#include <EOControl/EOFault.h>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#ifndef __EOModelGroup_h__
|
||||
#define __EOModelGroup_h__
|
||||
|
||||
#include <gnustep/base/GCObject.h>
|
||||
#include <GNUstepBase/GCObject.h>
|
||||
|
||||
#include <EOControl/EOObjectStoreCoordinator.h>
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOAccess/EOModelGroup.h>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#ifndef __EORelationship_h__
|
||||
#define __EORelationship_h__
|
||||
|
||||
#include <gnustep/base/GCObject.h>
|
||||
#include <GNUstepBase/GCObject.h>
|
||||
|
||||
#include <EOControl/EOClassDescription.h>
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOObserver.h>
|
||||
|
|
|
@ -52,8 +52,8 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <gnustep/base/GSCategories.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOFetchSpecification.h>
|
||||
|
|
|
@ -49,7 +49,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOAccess/EOSQLQualifier.h>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#ifndef __EOStoredProcedure_h__
|
||||
#define __EOStoredProcedure_h__
|
||||
|
||||
#include <gnustep/base/GCObject.h>
|
||||
#include <GNUstepBase/GCObject.h>
|
||||
|
||||
#include <EOAccess/EOPropertyListEncoding.h>
|
||||
|
||||
|
|
|
@ -44,10 +44,10 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <gnustep/base/GCObject.h>
|
||||
#include <GNUstepBase/GCObject.h>
|
||||
|
||||
#include <EOControl/EODebug.h>
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOKeyGlobalID.h>
|
||||
|
|
|
@ -57,7 +57,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EONSAddOns.h>
|
||||
|
|
|
@ -55,7 +55,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EONull.h>
|
||||
|
|
|
@ -52,7 +52,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EODebug.h>
|
||||
|
|
|
@ -44,7 +44,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EONull.h>
|
||||
|
|
|
@ -49,7 +49,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -48,8 +48,8 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <gnustep/base/GSObjCRuntime.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOQualifier.h>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOCheapArray.h>
|
||||
|
|
|
@ -55,7 +55,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOClassDescription.h>
|
||||
|
|
|
@ -37,7 +37,7 @@ RCS_ID("$Id$")
|
|||
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EODataSource.h>
|
||||
|
|
|
@ -42,7 +42,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <unistd.h>
|
||||
|
|
|
@ -46,7 +46,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EODetailDataSource.h>
|
||||
|
|
|
@ -38,7 +38,7 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/Foundation.h>
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOEditingContext.h>
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#include <gnustep/base/GCObject.h>
|
||||
#include <GNUstepBase/GCObject.h>
|
||||
|
||||
|
||||
@class NSInvocation;
|
||||
|
|
|
@ -55,8 +55,8 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <gnustep/base/GSObjCRuntime.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOFault.h>
|
||||
|
|
|
@ -49,10 +49,10 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <gnustep/base/GCObject.h>
|
||||
#include <GNUstepBase/GCObject.h>
|
||||
|
||||
#include <EOControl/EOFault.h>
|
||||
#include <EOControl/EODebug.h>
|
||||
|
|
|
@ -45,7 +45,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOFetchSpecification.h>
|
||||
|
|
|
@ -52,10 +52,10 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <gnustep/base/GSObjCRuntime.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
|
||||
#include <EOControl/EOClassDescription.h>
|
||||
#include <EOControl/EOGenericRecord.h>
|
||||
|
|
|
@ -43,7 +43,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOGlobalID.h>
|
||||
|
|
|
@ -45,7 +45,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOQualifier.h>
|
||||
|
|
|
@ -45,7 +45,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOKeyGlobalID.h>
|
||||
|
|
|
@ -46,7 +46,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOKeyValueArchiver.h>
|
||||
|
|
|
@ -60,8 +60,8 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <gnustep/base/GSCategories.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOKeyValueCoding.h>
|
||||
|
@ -69,7 +69,7 @@ RCS_ID("$Id$")
|
|||
#include <EOControl/EODebug.h>
|
||||
#include <EOControl/EONull.h>
|
||||
|
||||
#include <gnustep/base/GSObjCRuntime.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
|
||||
static EONull *null = nil;
|
||||
static SEL oaiSel;
|
||||
|
|
|
@ -47,7 +47,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOQualifier.h>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#include <gnustep/base/GCObject.h>
|
||||
#include <GNUstepBase/GCObject.h>
|
||||
|
||||
|
||||
@class NSArray;
|
||||
|
|
|
@ -48,7 +48,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOMutableKnownKeyDictionary.h>
|
||||
|
|
|
@ -51,7 +51,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EONSAddOns.h>
|
||||
|
|
|
@ -44,7 +44,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOQualifier.h>
|
||||
|
|
|
@ -45,7 +45,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EONull.h>
|
||||
|
|
|
@ -42,7 +42,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOObjectStore.h>
|
||||
|
|
|
@ -47,7 +47,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOObjectStoreCoordinator.h>
|
||||
|
|
|
@ -47,7 +47,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOClassDescription.h>
|
||||
|
|
|
@ -46,8 +46,8 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <gnustep/base/GSObjCRuntime.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOQualifier.h>
|
||||
|
|
|
@ -51,13 +51,13 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOQualifier.h>
|
||||
#include <EOControl/EODebug.h>
|
||||
|
||||
#include <gnustep/base/GSObjCRuntime.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
|
||||
|
||||
@implementation NSNumber (EOQualifierExtras)
|
||||
|
|
|
@ -45,7 +45,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOSortOrdering.h>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
RCS_ID("$Id$")
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EODeprecated.h>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include "config.h"
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOModeler/EOModelExtensions.h>
|
||||
|
|
|
@ -42,7 +42,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOAccess/EOAccess.h>
|
||||
|
|
|
@ -42,7 +42,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOAccess/EOAccess.h>
|
||||
|
|
|
@ -42,7 +42,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOAccess/EOAccess.h>
|
||||
|
|
|
@ -43,7 +43,7 @@ RCS_ID("$Id$")
|
|||
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOAccess/EOAccess.h>
|
||||
|
|
|
@ -41,7 +41,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOAccess/EOAccess.h>
|
||||
|
|
|
@ -41,7 +41,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include "NSArray+GSDoc.h"
|
||||
|
|
|
@ -43,7 +43,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include "NSDictionary+GSDoc.h"
|
||||
|
|
|
@ -48,12 +48,13 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/NSFileHandle.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#include <Foundation/NSProcessInfo.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOControl.h>
|
||||
|
|
|
@ -50,8 +50,8 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <gnustep/base/GSCategories.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#endif
|
||||
|
||||
#include <EOAccess/EOAccess.h>
|
||||
|
|
Loading…
Reference in a new issue