mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
([NSUnarchiver +allocWithZone:]): New method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@897 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a1cd144d7b
commit
579b7fe4cd
1 changed files with 5 additions and 0 deletions
|
@ -144,6 +144,11 @@ static Class NSUnarchiver_concrete_class;
|
|||
|
||||
// Initializing an unarchiver
|
||||
|
||||
+ allocWithZone:(NSZone *)zone
|
||||
{
|
||||
return NSAllocateObject([self _concreteClass], 0, zone);
|
||||
}
|
||||
|
||||
- (id) initForReadingWithData: (NSData*)data
|
||||
{
|
||||
[self subclassResponsibility:_cmd];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue