mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
(Coder): Make ivars public, so NSGArchiver can get at them.
(Encoder): Likewise. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1486 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f55677d2e5
commit
f53895a37a
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
|
||||
@interface Coder : NSObject
|
||||
{
|
||||
@public
|
||||
int format_version;
|
||||
CStream *cstream;
|
||||
NSMapTable *classname_2_classname; /* for changing class names on r/w */
|
||||
|
@ -53,6 +54,7 @@
|
|||
|
||||
@interface Encoder : Coder
|
||||
{
|
||||
@public
|
||||
/* xxx in_progress_table should actually be an NSHashTable,
|
||||
but we are working around a bug right now. */
|
||||
NSMapTable *in_progress_table; /* objects begun writing, but !finished */
|
||||
|
|
Loading…
Reference in a new issue