mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-06-02 02:01:31 +00:00
* 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:
parent
2ddf46bcb2
commit
b5bbd8631f
102 changed files with 693 additions and 365 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue