discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

EOF 2.0 KeyValueCoding


From: Gerrit Van Dyk
Subject: EOF 2.0 KeyValueCoding
Date: Wed, 22 Aug 2001 13:11:58 +0200

Hi,

Can I add the functionality of EOF2's KeyValueCoding to the DB library of
gnustep. The methods I want to add is the following.

- (id)valueForKey:(NSString *)key;
- (void)takeValue:(id)value forKey:(NSString *)key;

- (id)valueForKeyPath:(NSString *)path;
- (void)takeValue:(id)value forKeyPath:(NSString *)path;

- (id)handleQueryWithUnboundKey:(NSString *)key;
- (void)handleTakeValue:(id)value forUnboundKey:(NSString *)key;

I also noticed that the "unableToSetNullForKey:(NSString *)key" method does
not get called from EOF. Can I make this to work.

The only reason I am asking is that the DB library of gnustep is based upon
EOF1 and not EOF2. By adding this we will not be
complient with EOF1 anymore.

Another problem might be that Apple has some type of patent on the EOF2
keyValueCoding scheme.(I don't know)

Should I go forward with this, or should I leave it alone.

Regards
Gerrit van Dyk
 
-------------------------------------------------------------------------
This e-mail is intended only for the use of the individual or entity named
above and may contain information that is confidential and privileged,
proprietary to the company and protected by law. If you are not the intended
recipient, you are hereby notified that any dissemination, distribution or
copying of this e-mail is strictly prohibited. Opinions, conclusions and
other information in this message that do not relate to the official
business of our company shall be understood as neither given nor endorsed by
it.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]