* EOControl/EOClassDescription.m: Add declartions for method

replacement hack.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@30112 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ayers 2010-04-09 10:19:31 +00:00
parent 5f252db2c0
commit d5048dd3ca
2 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,6 @@
2010-04-09 David Ayers <ayers@fsfe.org>
* EOControl/EOClassDescription.m
* EOControl/EOKeyValueCoding.m: Add declartions for method
replacement hack.

View file

@ -741,6 +741,11 @@ fromInsertionInEditingContext: (EOEditingContext *)editingContext
@interface GDL2CDNSObject
@end
@interface GDL2CDNSObject (EOClassDescription) <NSObject>
+ (EOClassDescription*) classDescriptionForClass: (Class)aClass;
- (id) valueForKey: (NSString*)aKey;
- (void) takeValue: (id)anObject forKey: (NSString*)aKey;
@end
@implementation GDL2CDNSObject
// when you enable the NSDebugMLLogs here you will have a loop. dave