* EOControl/EOKeyValueCoding.h/m: (-setNilValueForKey:):

Override NSObject's category to invoke
        -unableToSetNullForKey:.

        * EOControl/EOSortOrdering.m: Include EONull.h instead of
        NSNull.h.

        * EOAccess/EODatabaseChannel.m: Update formatting,


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@20830 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ayers 2005-03-02 14:10:36 +00:00
parent e2c2cf6221
commit fbc54f5c5d
5 changed files with 20 additions and 3 deletions

View file

@ -105,7 +105,8 @@
* This method is invoked by the EOKeyValueCoding mechanism when an attempt
* is made to set an null value for a scalar attribute. This implementation
* raises an NSInvalidArgument exception. <br/>
* The NSKeyValueCoding -unableToSetNilForKey: is overriden to invoke this
* The NSKeyValueCoding -unableToSetNilForKey: and -setNilValueForKey:
* are overriden to invoke this
* method instead. We manipulate the runtime to insure that our implementation
* of unableToSetNilForKey: is used in favor of the one in gnustep-base or
* Foundation.