More keyed coding updates.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18495 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2004-01-28 07:33:20 +00:00
parent 43eff241a0
commit 412c677079
11 changed files with 326 additions and 118 deletions

View file

@ -151,6 +151,12 @@ static NSDictionary *makeReference(unsigned ref)
}
[_enc setObject: o forKey: aKey];
}
- (void) _encodePropertyList: (id)anObject forKey: (NSString*)aKey
{
CHECKKEY
[_enc setObject: anObject forKey: aKey];
}
@end
@implementation NSKeyedArchiver (Private)