mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-06-02 10:11:05 +00:00
* 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:
parent
e2c2cf6221
commit
fbc54f5c5d
5 changed files with 20 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue