Update and fix for bug #25004

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27257 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2008-12-08 09:08:05 +00:00
parent 219c8760e9
commit 141bc74c1f
5 changed files with 28 additions and 18 deletions

View file

@ -828,6 +828,10 @@ static NSMapTable globalClassMap = 0;
_delegate = delegate; // Not retained.
}
- (NSInteger) versionForClassName: (NSString*)className
{
return 0; // Not used for keyed unarchiving.
}
@end
@implementation NSObject (NSKeyedUnarchiverDelegate)