mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-06-04 11:11:12 +00:00
* EOAccess/EOUtilities.m|.h ([EOObjectStoreCoordinator -modelGroup]),
([EOObjectStoreCoordinator -setModelGroup:]): moved from EOControl/ EOObjectStoreCoordinator.m * EOAccess/EOUtilities.m|.h ([EOFetchSpecification +fetchSpecificationNamed:entityNamed:]): moved from EOControl/ EOFetchSpecification.m * EOControl/EOFetchSpecification.m ([EOFetchSpecification +fetchSpecificationNamed:entityNamed:]): return nil. * EOAccess/EOAccessFault.m|.h ([EOFault -databaseContext]): moved from EOControl/EOFault.m * EOControl/EOEditingContext.m ([EOEditingContext -tryToSaveChanges]), ([EOEditingContext -saveChanges:]): use respondsToSelector: git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@15431 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3e08b99be1
commit
0121e588e2
64 changed files with 355 additions and 173 deletions
|
@ -34,7 +34,9 @@
|
|||
</license>
|
||||
**/
|
||||
|
||||
static char rcsId[] = "$Id$";
|
||||
#include "config.h"
|
||||
|
||||
RCS_ID("$Id$")
|
||||
|
||||
#import <Foundation/NSObject.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
|
@ -52,8 +54,6 @@ static char rcsId[] = "$Id$";
|
|||
|
||||
#include <objc/objc-api.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#if !FOUNDATION_HAS_KVC
|
||||
|
||||
#import <EOControl/EOControl.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue