David Ayers
fd7890a4cf
* EOAccess/EOModel.m: Include EOKeyValueCoding.h.
...
(-[_addEntity:]): Set model via public API.
* EOAccess/EOEntityPriv.h (-[_setModel:]): Remove.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@20027 72102866-910b-0410-8b05-ffd578937521
2004-09-07 17:20:29 +00:00
David Ayers
dae87e4bec
* EOAccess/EOAccessFault.m: Include privat headers locally.
...
* EOAccess/EOAdaptor.m: Ditto.
* EOAccess/EOAdaptorChannel.m: Ditto.
* EOAccess/EOAdaptorContext.m: Ditto.
* EOAccess/EOAttribute.m: Ditto.
* EOAccess/EODatabaseChannel.m: Ditto.
* EOAccess/EODatabaseContext.m: Ditto.
* EOAccess/EODatabaseOperation.m: Ditto.
* EOAccess/EOModel.m: Ditto.
* EOAccess/EORelationship.m: Ditto.
* EOAccess/EOSQLExpression.m: Ditto.
* EOAccess/EOSQLQualifier.m: Ditto.
* EOAccess/EOEntity.h: Remove declarations of privat methods.
Reorder declaraions.
(+[entity], +[entityWithPropertyList:owner:]): Deprecate.
(-[sharedObjectFetchSpecificationNames]): New method.
(-[setSharedObjectFetchSpecificationsByName:]: Ditto.
(-[addSharedObjectFetchSpecificationByName:]: Ditto.
(-[removeSharedObjectFetchSpecificationByName:]: Ditto.
* EOAccess/EOEntityPriv.h: Add declarations of privat methods.
Reorder declarations.
* EOAccess/EOEntity.m: Reorder implementations according to
headers. Include privat headers locally.
(+[entity], +[entityWithPropertyList:owner:]): Deprecate.
(-[sharedObjectFetchSpecificationNames]): New method.
(-[setSharedObjectFetchSpecificationsByName:]: Ditto.
(-[addSharedObjectFetchSpecificationByName:]: Ditto.
(-[removeSharedObjectFetchSpecificationByName:]: Ditto.
* EOAccess/EOEntity.m: Adapt usage of deprecated -[entity...]
and privat methods.
* EOAccess/EOModel.m: Ditto.
* EOAdaptors/Postgres95/Postgres95SQLExpression.m: Ditto.
* TODO: Add comment.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@19772 72102866-910b-0410-8b05-ffd578937521
2004-07-23 18:33:29 +00:00
David Ayers
6ae713bf89
* */*.h: Format declarations consistently. Add -*-objc-*
...
shabang line. Replace remaining extern declarations with
GDL2*_EXPORT.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@19134 72102866-910b-0410-8b05-ffd578937521
2004-04-17 11:30:47 +00:00
Mirko Viviani
b738a6145b
* 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
2002-12-30 22:10:43 +00:00
Mirko Viviani
bf5ba60b07
*** empty log message ***
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@14993 72102866-910b-0410-8b05-ffd578937521
2002-11-15 22:57:05 +00:00