mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +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
e9d5d003d7
commit
dd57f3567a
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
/* Concrete NSArchiver for GNUStep based on GNU Coder class
|
/* 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>
|
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
|
||||||
Created: April 1995
|
Created: April 1995
|
||||||
|
@ -193,6 +193,12 @@
|
||||||
return "NSGUnarchiver";
|
return "NSGUnarchiver";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (NSMutableData*) archiverData
|
||||||
|
{
|
||||||
|
[self notImplemented: _cmd];
|
||||||
|
return nil;
|
||||||
|
}
|
||||||
|
|
||||||
#undef self
|
#undef self
|
||||||
#endif /* USE_OPENSTEP_STYLE_FORWARD_REFERENCES */
|
#endif /* USE_OPENSTEP_STYLE_FORWARD_REFERENCES */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue