mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +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
a7aa62d7db
commit
253120b8c5
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
||||||
|
|
||||||
@interface Coder : NSObject
|
@interface Coder : NSObject
|
||||||
{
|
{
|
||||||
|
@public
|
||||||
int format_version;
|
int format_version;
|
||||||
CStream *cstream;
|
CStream *cstream;
|
||||||
NSMapTable *classname_2_classname; /* for changing class names on r/w */
|
NSMapTable *classname_2_classname; /* for changing class names on r/w */
|
||||||
|
@ -53,6 +54,7 @@
|
||||||
|
|
||||||
@interface Encoder : Coder
|
@interface Encoder : Coder
|
||||||
{
|
{
|
||||||
|
@public
|
||||||
/* xxx in_progress_table should actually be an NSHashTable,
|
/* xxx in_progress_table should actually be an NSHashTable,
|
||||||
but we are working around a bug right now. */
|
but we are working around a bug right now. */
|
||||||
NSMapTable *in_progress_table; /* objects begun writing, but !finished */
|
NSMapTable *in_progress_table; /* objects begun writing, but !finished */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue