mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
EOControl/EOControl.h: add EOCustomObject.h
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@30177 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6e8f3f92f3
commit
9e3ab48964
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
2010-04-17 David Wetzel <dave@turbocat.de>
|
||||
* EOCustomObject.h/m new class like in EOF3. Use this as your EO's superclass or
|
||||
use EOGenericRecords
|
||||
* EOCustomObject.h/m new class like in EOF3. Use this as your EO's superclass or
|
||||
use EOGenericRecords
|
||||
* EOControl/EOControl.h: add EOCustomObject.h
|
||||
|
||||
2010-04-14 David Ayers <ayers@fsfe.org>
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
#include <EOControl/EOSortOrdering.h>
|
||||
#include <EOControl/EOFetchSpecification.h>
|
||||
#include <EOControl/EOCustomObject.h>
|
||||
#include <EOControl/EOGenericRecord.h>
|
||||
#include <EOControl/EOClassDescription.h>
|
||||
#include <EOControl/EOKeyValueCoding.h>
|
||||
|
|
Loading…
Reference in a new issue