mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
([NSGArchiver -archiverData]): New method. No implementation.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2282 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3d66c6339b
commit
e49c1601ba
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/* Concrete NSArchiver for GNUStep based on GNU Coder class
|
||||
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
|
||||
Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
|
||||
|
||||
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
|
||||
Created: April 1995
|
||||
|
@ -193,6 +193,12 @@
|
|||
return "NSGUnarchiver";
|
||||
}
|
||||
|
||||
- (NSMutableData*) archiverData
|
||||
{
|
||||
[self notImplemented: _cmd];
|
||||
return nil;
|
||||
}
|
||||
|
||||
#undef self
|
||||
#endif /* USE_OPENSTEP_STYLE_FORWARD_REFERENCES */
|
||||
|
||||
|
|
Loading…
Reference in a new issue