Commit 7d9ab7f4 authored by ml's avatar ml

Added run-time embryo for Class in Class support

parent ec8f4569
...@@ -496,23 +496,14 @@ typedef struct { ...@@ -496,23 +496,14 @@ typedef struct {
gdb_sCcVolKey key; /**< Hash table key */ gdb_sCcVolKey key; /**< Hash table key */
pwr_tTime time; /**< Time for the class volume */ pwr_tTime time; /**< Time for the class volume */
pwr_tBoolean equalClasses; /**< True if the cached volume has the same versions as the local */ pwr_tBoolean equalClasses; /**< True if the cached volume has the same versions as the local */
/* gdb_sTouchQ ccache; */ /**< The cache of classes */
} gdb_sCclassVolume; } gdb_sCclassVolume;
/** Cached Attribute /** Cached Attribute
*/ */
#if 0
typedef struct {
} ndc_sAttribute;
#endif
typedef struct { typedef struct {
net_sCattribute g; net_sCattribute g;
/* ndc_sAttribute conv; */
} gdb_sCattribute; } gdb_sCattribute;
...@@ -787,7 +778,7 @@ typedef struct { ...@@ -787,7 +778,7 @@ typedef struct {
pool_sQlink sc_htl; /**< Sub Class hash table entry. */ pool_sQlink sc_htl; /**< Sub Class hash table entry. */
pool_sQlink sc_ll; /**< List of sub class objects in one volume. */ pool_sQlink sc_ll; /**< List of sub class objects in one volume. */
pool_tRef vr; /**< Volume reference */ pool_tRef vr; /**< Volume reference */
pool_tRef or; /**< The "real" object */ pool_tRef o_r; /**< The "real" object. or is a reserved word in C++ */
pwr_tObjid poid; pwr_tObjid poid;
pool_tRef por; /**< Sub Class or Object Parent*/ pool_tRef por; /**< Sub Class or Object Parent*/
pool_tRef cr; /**< Reference to gdb_sClass */ pool_tRef cr; /**< Reference to gdb_sClass */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment