mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
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:
parent
43eff241a0
commit
412c677079
11 changed files with 326 additions and 118 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue