(zone): New ivar.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@826 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-01-26 03:07:34 +00:00
parent aae0ebd2b7
commit ee9b0f15c9
2 changed files with 6 additions and 0 deletions

View file

@ -34,6 +34,8 @@
@class Stack;
@class Array; /* xxx Change this to "Set" */
/* xxx Should I split this into Encoder and Decoder classes? */
@interface Coder : NSObject <Encoding, Decoding>
{
int format_version;
@ -46,6 +48,7 @@
Dictionary *forward_object_table; /* table of forward references */
Array *in_progress_table; /* objects started r/w, but !finished */
int interconnected_stack_height; /* number of nested root objects */
NSZone *zone;
}
/* Encoding */

View file

@ -34,6 +34,8 @@
@class Stack;
@class Array; /* xxx Change this to "Set" */
/* xxx Should I split this into Encoder and Decoder classes? */
@interface Coder : NSObject <Encoding, Decoding>
{
int format_version;
@ -46,6 +48,7 @@
Dictionary *forward_object_table; /* table of forward references */
Array *in_progress_table; /* objects started r/w, but !finished */
int interconnected_stack_height; /* number of nested root objects */
NSZone *zone;
}
/* Encoding */