Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
7d9ab7f4
Commit
7d9ab7f4
authored
Feb 28, 2003
by
ml
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added run-time embryo for Class in Class support
parent
ec8f4569
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
10 deletions
+1
-10
src/lib/rt/src/rt_gdb.h
src/lib/rt/src/rt_gdb.h
+1
-10
No files found.
src/lib/rt/src/rt_gdb.h
View file @
7d9ab7f4
...
@@ -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
o
r
;
/**< 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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment