* EOAdaptors/Postgres95/Postgres95Channel.m ([Postgres95Channel

-describeTableNames]): implemented.

* EOAccess/EOSQLExpression.h: added missing declaration.
* EOAccess/EORelationship.m ([EORelationship -removeJoin:]): added cast.
* EOAccess/EOModel.m ([EOModel -dealloc]): removes observer correctly.
* EOAccess/EODatabaseContext.h: added missing declaration.
* EOControl/EOFetchSpecification.m ([EOFetchSpecification
-copyWithZone:]): fixed cast.
([EOFetchSpecification -hints]): added cast.
* EOControl/EOClassDescription.m  ([NSException
+validationExceptionWithFormat:]), ([NSException
+aggregateExceptionWithExceptions:]),
([NSException -exceptionAddingEntriesToUserInfo:]): renamed local
variables.
* rearranged header inclusion in all sources.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@15409 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mirko 2002-12-30 22:10:43 +00:00
parent 2ddf46bcb2
commit b5bbd8631f
102 changed files with 693 additions and 365 deletions

View file

@ -28,11 +28,12 @@
#define __EOKeyValueCoding_h__
#if !FOUNDATION_HAS_KVC
#import <Foundation/NSObject.h>
#import <Foundation/NSArray.h>
@class NSDictionary;
@class NSDictionary;
@interface NSObject (EOKeyValueCodingPrimitives)