Included NSKeyValueObserving.h in Foundation.h as Cocoa does

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28420 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Quentin Mathe 2009-07-30 17:47:13 +00:00
parent 4720907528
commit 5b9f61f496
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2009-07-30 Quentin Mathe <qmathe@club-internet.fr>
* Headers/Foundation/Foundation.h: Included NSKeyValueObserving.h.
2009-07-28 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSConnection.m: Correct the text in exception when attempting

View file

@ -76,6 +76,7 @@
#import <Foundation/NSInvocation.h>
#import <Foundation/NSKeyedArchiver.h>
#import <Foundation/NSKeyValueCoding.h>
#import <Foundation/NSKeyValueObserving.h>
#import <Foundation/NSLock.h>
#import <Foundation/NSMapTable.h>
#import <Foundation/NSMethodSignature.h>