Added more coding and TODO's for nib coding/decoding.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23030 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
gcasa 2006-06-04 16:31:30 +00:00
parent d567eebe96
commit 158514d6a4
10 changed files with 470 additions and 254 deletions

View file

@ -208,7 +208,7 @@
//
if([coder allowsKeyedCoding])
{
// Need to verify this key...
// TODO_NIB: Need to verify this key...
ASSIGN(_nibData, [coder decodeObjectForKey: @"NSData"]);
ASSIGN(_loader, [GSModelLoaderFactory modelLoaderForFileType: @"nib"]);
}
@ -227,7 +227,7 @@
{
if([coder allowsKeyedCoding])
{
// Need to verify this key...
// TODO_NIB: Need to verify this key...
[coder encodeObject: _nibData
forKey: @"NSData"];
}