mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-23 13:10:48 +00:00
* EOControl/EOAndQualifier.m,
* EOControl/EOFault.m, * EOControl/EOFaultHandler.m, * EOControl/EOKeyComparisonQualifier.m, * EOControl/EOKeyValueArchiver.m, * EOControl/EOKeyValueCoding.m, * EOControl/EOKeyValueCodingBase.m, * EOControl/EOMutableKnownKeyDictionary.h, * EOControl/EONotQualifier.m, * EOControl/EOOrQualifier.m, * EOControl/EOQualifier.m, * EOAccess/EOAdaptor.m, * EOAccess/EOAdaptorContext.m, * EOAccess/EOAttribute.m, * EOAccess/EODatabase.m, * EOAccess/EODatabaseContext.m, * EOAccess/EOExpressionArray.m, * EOAccess/EOJoin.m, * EOAccess/EOModel.m, * EOAccess/EOModelGroup.m, * EOAccess/EORelationship.m, * EOAccess/EOSQLExpression.m, * EOAccess/EOSQLQualifier.m, * EOAccess/EOSchemaGeneration.m, * EOAccess/EOStoredProcedure.m, * EOAdaptors/PostgreSQLAdaptor/PostgreSQLAdaptor.m, * EOAdaptors/PostgreSQLAdaptor/PostgreSQLChannel.m, * EOAdaptors/PostgreSQLAdaptor/PostgreSQLExpression.m, * EOAdaptors/SQLiteAdaptor/SQLite3Adaptor.m, * EOAdaptors/SQLiteAdaptor/SQLite3Channel.m, * EOInterface/EOTableViewAssociation.m, * EOModeler/EOModelExtensions.m, * EOModeler/EOModelerApp.m, * DBModeler/ModelerAttributeEditor.m, * DBModeler/ModelerEntityEditor.m: Remove references to NSUtilities.h. Add includes for missing header references. * DBModeler/Modeler.m (-[showEditor:]): Add cast to avoid compiler warning. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@25994 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3cf807244b
commit
08cd084eaa
37 changed files with 153 additions and 101 deletions
40
ChangeLog
40
ChangeLog
|
@ -1,6 +1,46 @@
|
|||
2008-01-22 David Ayers <ayers@fsfe.org>
|
||||
|
||||
* EOControl/EOClassDescription.h: Avoid unnecessary include.
|
||||
|
||||
* EOControl/EOAndQualifier.m,
|
||||
* EOControl/EOFault.m,
|
||||
* EOControl/EOFaultHandler.m,
|
||||
* EOControl/EOKeyComparisonQualifier.m,
|
||||
* EOControl/EOKeyValueArchiver.m,
|
||||
* EOControl/EOKeyValueCoding.m,
|
||||
* EOControl/EOKeyValueCodingBase.m,
|
||||
* EOControl/EOMutableKnownKeyDictionary.h,
|
||||
* EOControl/EONotQualifier.m,
|
||||
* EOControl/EOOrQualifier.m,
|
||||
* EOControl/EOQualifier.m,
|
||||
* EOAccess/EOAdaptor.m,
|
||||
* EOAccess/EOAdaptorContext.m,
|
||||
* EOAccess/EOAttribute.m,
|
||||
* EOAccess/EODatabase.m,
|
||||
* EOAccess/EODatabaseContext.m,
|
||||
* EOAccess/EOExpressionArray.m,
|
||||
* EOAccess/EOJoin.m,
|
||||
* EOAccess/EOModel.m,
|
||||
* EOAccess/EOModelGroup.m,
|
||||
* EOAccess/EORelationship.m,
|
||||
* EOAccess/EOSQLExpression.m,
|
||||
* EOAccess/EOSQLQualifier.m,
|
||||
* EOAccess/EOSchemaGeneration.m,
|
||||
* EOAccess/EOStoredProcedure.m,
|
||||
* EOAdaptors/PostgreSQLAdaptor/PostgreSQLAdaptor.m,
|
||||
* EOAdaptors/PostgreSQLAdaptor/PostgreSQLChannel.m,
|
||||
* EOAdaptors/PostgreSQLAdaptor/PostgreSQLExpression.m,
|
||||
* EOAdaptors/SQLiteAdaptor/SQLite3Adaptor.m,
|
||||
* EOAdaptors/SQLiteAdaptor/SQLite3Channel.m,
|
||||
* EOInterface/EOTableViewAssociation.m,
|
||||
* EOModeler/EOModelExtensions.m,
|
||||
* EOModeler/EOModelerApp.m,
|
||||
* DBModeler/ModelerAttributeEditor.m,
|
||||
* DBModeler/ModelerEntityEditor.m: Remove references to NSUtilities.h.
|
||||
Add includes for missing header references.
|
||||
|
||||
* DBModeler/Modeler.m (-[showEditor:]): Add cast to avoid compiler
|
||||
warning.
|
||||
|
||||
2008-01-22 Peter Cooper <comrade@obverse.com.au>
|
||||
|
||||
|
|
|
@ -245,7 +245,7 @@
|
|||
}
|
||||
- (void) showEditor:(id)sender
|
||||
{
|
||||
EOModelerCompoundEditor *ed = [EOMApp currentEditor];
|
||||
EOModelerCompoundEditor *ed = (id)[EOMApp currentEditor];
|
||||
|
||||
if ([[sender title] isEqual:_(@"Diagram Editor")])
|
||||
{
|
||||
|
|
|
@ -38,6 +38,8 @@
|
|||
|
||||
#include <EOAccess/EOEntity.h>
|
||||
|
||||
#include <EOControl/EOEditingContext.h>
|
||||
|
||||
#include <EOModeler/EOModelerDocument.h>
|
||||
#include <EOModeler/EOModelerApp.h>
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include <EOInterface/EODisplayGroup.h>
|
||||
#include <EOAccess/EOEntity.h>
|
||||
#include <EOControl/EOEditingContext.h>
|
||||
#include <EOControl/EOObserver.h>
|
||||
#include <EOModeler/EOModelerApp.h>
|
||||
#include <EOModeler/EOModelerDocument.h>
|
||||
|
|
|
@ -52,7 +52,6 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/NSPathUtilities.h>
|
||||
#include <Foundation/NSBundle.h>
|
||||
#include <Foundation/NSObjCRuntime.h>
|
||||
#include <Foundation/NSUtilities.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSProcessInfo.h>
|
||||
#include <Foundation/NSException.h>
|
||||
|
@ -75,13 +74,13 @@ RCS_ID("$Id$")
|
|||
#include <EOControl/EONSAddOns.h>
|
||||
#include <EOControl/EODebug.h>
|
||||
|
||||
#include <EOAccess/EOAdaptor.h>
|
||||
#include <EOAccess/EOAdaptorContext.h>
|
||||
#include <EOAccess/EOAdaptorChannel.h>
|
||||
#include <EOAccess/EOAttribute.h>
|
||||
#include <EOAccess/EOEntity.h>
|
||||
#include <EOAccess/EOModel.h>
|
||||
#include <EOAccess/EOSQLExpression.h>
|
||||
#include "EOAccess/EOAdaptor.h"
|
||||
#include "EOAccess/EOAdaptorContext.h"
|
||||
#include "EOAccess/EOAdaptorChannel.h"
|
||||
#include "EOAccess/EOAttribute.h"
|
||||
#include "EOAccess/EOEntity.h"
|
||||
#include "EOAccess/EOModel.h"
|
||||
#include "EOAccess/EOSQLExpression.h"
|
||||
|
||||
#include "EOAdaptorPriv.h"
|
||||
|
||||
|
|
|
@ -38,7 +38,6 @@ RCS_ID("$Id$")
|
|||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSUtilities.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
|
|
|
@ -42,17 +42,17 @@ RCS_ID("$Id$")
|
|||
#include <string.h>
|
||||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSUtilities.h>
|
||||
#include <Foundation/NSArchiver.h>
|
||||
#include <Foundation/NSObjCRuntime.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSTimeZone.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSInvocation.h>
|
||||
#include <Foundation/NSDecimalNumber.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSCalendarDate.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSDecimalNumber.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSInvocation.h>
|
||||
#include <Foundation/NSObjCRuntime.h>
|
||||
#include <Foundation/NSTimeZone.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
|
|
@ -37,14 +37,14 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSUtilities.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
|
|
@ -44,7 +44,6 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSUtilities.h>
|
||||
#include <Foundation/NSZone.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
|
|
|
@ -41,12 +41,13 @@ RCS_ID("$Id$")
|
|||
#include <ctype.h>
|
||||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSDate.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
|
|
@ -37,7 +37,6 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSUtilities.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
|
|
|
@ -39,7 +39,6 @@ RCS_ID("$Id$")
|
|||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSBundle.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSUtilities.h>
|
||||
#include <Foundation/NSObjCRuntime.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSFileManager.h>
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
You should have received a copy of the GNU Library General Public
|
||||
License along with this library; see the file COPYING.LIB.
|
||||
|
||||
If not, write to the Free Software Foundation,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
</license>
|
||||
|
@ -37,10 +38,11 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSBundle.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSPathUtilities.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSPathUtilities.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
|
|
@ -40,7 +40,6 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSUtilities.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#else
|
||||
|
|
|
@ -41,13 +41,14 @@ RCS_ID("$Id$")
|
|||
#include <string.h>
|
||||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSUtilities.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
|
|
@ -41,7 +41,6 @@ RCS_ID("$Id$")
|
|||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSUtilities.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#else
|
||||
|
|
|
@ -38,8 +38,10 @@ RCS_ID("$Id: EOSchemaGeneration.m 23653 2006-09-28 15:25:30Z ratmice $")
|
|||
#include <string.h>
|
||||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
|
|
@ -36,10 +36,11 @@
|
|||
RCS_ID("$Id$")
|
||||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
|
|
@ -43,15 +43,15 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSUtilities.h>
|
||||
#include <Foundation/NSDate.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSDate.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
|
|
@ -54,7 +54,6 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSTimeZone.h>
|
||||
#include <Foundation/NSUtilities.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
|
|
|
@ -37,16 +37,17 @@
|
|||
RCS_ID("$Id$")
|
||||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSUtilities.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSDecimal.h>
|
||||
#include <Foundation/NSDecimalNumber.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#include <Foundation/NSDecimal.h>
|
||||
#include <Foundation/NSDecimalNumber.h>
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
#include "SQLite3Context.h"
|
||||
#include "SQLite3Expression.h"
|
||||
|
||||
#include <Foundation/NSDictionary.h>
|
||||
|
||||
NSString *SQLite3AdaptorExceptionName = @"SQLite3AdaptorException";
|
||||
|
||||
@implementation SQLite3Adaptor : EOAdaptor
|
||||
|
|
|
@ -29,10 +29,14 @@
|
|||
#include "SQLite3Context.h"
|
||||
#include "SQLite3Expression.h"
|
||||
|
||||
#include <Foundation/NSException.h>
|
||||
#include <EOControl/EONull.h>
|
||||
#include <EOAccess/EOAttribute.h>
|
||||
#include <Foundation/NSDecimalNumber.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSException.h>
|
||||
|
||||
#include <EOControl/EONull.h>
|
||||
|
||||
#include <EOAccess/EOAttribute.h>
|
||||
|
||||
@interface SQLite3Channel (Private)
|
||||
-(void) _raise;
|
||||
- (void) _raiseWith:(id)statement;
|
||||
|
@ -438,7 +442,7 @@ static id newNumberValue(const char *data, EOAttribute *attrib)
|
|||
[ret setObject: pkVal
|
||||
forKey:keyName];
|
||||
}
|
||||
return ret;
|
||||
return AUTORELEASE([ret copy]);
|
||||
}
|
||||
|
||||
- (unsigned int) updateValues:(NSDictionary *)values
|
||||
|
|
|
@ -39,10 +39,10 @@
|
|||
RCS_ID("$Id$")
|
||||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSUtilities.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
|
|
@ -40,7 +40,6 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/NSUtilities.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
|
|
|
@ -37,7 +37,6 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/NSUtilities.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSString.h>
|
||||
|
|
|
@ -38,7 +38,6 @@ RCS_ID("$Id$")
|
|||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSUtilities.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
|
|
|
@ -63,11 +63,12 @@
|
|||
RCS_ID("$Id$")
|
||||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
|
|
|
@ -43,18 +43,18 @@
|
|||
RCS_ID("$Id$")
|
||||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSDecimalNumber.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSHashTable.h>
|
||||
#include <Foundation/NSMapTable.h>
|
||||
#include <Foundation/NSObjCRuntime.h>
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSHashTable.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSObjCRuntime.h>
|
||||
#include <Foundation/NSMapTable.h>
|
||||
#include <Foundation/NSUtilities.h>
|
||||
#include <Foundation/NSDecimalNumber.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
|
|
@ -47,7 +47,6 @@ RCS_ID("$Id$")
|
|||
#import <Foundation/NSException.h>
|
||||
#import <Foundation/NSObjCRuntime.h>
|
||||
#import <Foundation/NSMapTable.h>
|
||||
#import <Foundation/NSUtilities.h>
|
||||
#import <Foundation/NSDecimalNumber.h>
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import <Foundation/NSException.h>
|
||||
|
|
|
@ -28,10 +28,10 @@
|
|||
#define __EOMultipleKnownKeyDictionary_h__
|
||||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSZone.h>
|
||||
#include <Foundation/NSMapTable.h>
|
||||
#include <Foundation/NSZone.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
|
|
@ -38,7 +38,6 @@ RCS_ID("$Id$")
|
|||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSUtilities.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
|
|
@ -36,11 +36,11 @@
|
|||
RCS_ID("$Id$")
|
||||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSUtilities.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
|
|
@ -39,14 +39,14 @@ RCS_ID("$Id$")
|
|||
#include <string.h>
|
||||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSScanner.h>
|
||||
#include <Foundation/NSUtilities.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSCoder.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSScanner.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSMapTable.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSString.h>
|
||||
|
|
|
@ -31,13 +31,17 @@
|
|||
#include <GNUstepBase/GSCategories.h>
|
||||
#endif
|
||||
|
||||
#include <EOModeler/EOModelExtensions.h>
|
||||
#include <EOControl/EODebug.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSScanner.h>
|
||||
#include <Foundation/NSString.h>
|
||||
|
||||
#include <AppKit/NSFont.h>
|
||||
#include <AppKit/NSAttributedString.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSScanner.h>
|
||||
|
||||
#include <EOControl/EODebug.h>
|
||||
|
||||
#include "EOModeler/EOModelExtensions.h"
|
||||
|
||||
@implementation EOEntity (EOModelExtensions)
|
||||
|
||||
|
|
|
@ -25,13 +25,15 @@
|
|||
</license>
|
||||
**/
|
||||
|
||||
#include "EOModeler/EODefines.h"
|
||||
#include "EOModeler/EOModelerApp.h"
|
||||
#include "EOModeler/EOModelerDocument.h"
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
|
||||
#include <EOAccess/EOModel.h>
|
||||
#include <EOAccess/EOModelGroup.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
|
||||
#include "EOModeler/EODefines.h"
|
||||
#include "EOModeler/EOModelerApp.h"
|
||||
#include "EOModeler/EOModelerDocument.h"
|
||||
|
||||
EOModelerApp *EOMApp;
|
||||
NSString *EOMSelectionChangedNotification = @"EOModelerSelectionChanged";
|
||||
|
|
Loading…
Reference in a new issue