mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
* 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:
parent
5f252db2c0
commit
d5048dd3ca
2 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
2010-04-09 David Ayers <ayers@fsfe.org>
|
||||
|
||||
* EOControl/EOClassDescription.m
|
||||
* EOControl/EOKeyValueCoding.m: Add declartions for method
|
||||
replacement hack.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue