]> err.no Git - sope/blob - sope-gdl1/GDLAccess/NSObject+EONullInit.h
renamed PostgreSQL72 to PostgreSQL, install in Library/GDLAdaptors-1.1
[sope] / sope-gdl1 / GDLAccess / NSObject+EONullInit.h
1 // $Id: NSObject+EONullInit.h 1 2004-08-20 10:38:46Z znek $
2
3 #ifndef __GDLAccess_NSObject_EONull_H__
4 #define __GDLAccess_NSObject_EONull_H__
5
6 #import <Foundation/NSObject.h>
7 #import <GDLAccess/EONull.h>
8
9 @class EOEntity;
10
11 @interface NSObject(EONullInit)
12
13 - (void)setAllAttributesToEONull:(EOEntity *)_entity;
14 - (void)setAllAttributesToEONull; // assume the object respondsTo: entity
15
16 @end
17
18 #endif /* __GDLAccess_NSObject_EONull_H__ */