Subject | Definitions that do (and do not!) belong in ods.h |
---|---|
Author | Ann W. Harrison |
Post date | 2006-01-07T21:34:11Z |
ods.h should hold defintions of structures stored on disk.
Last fall, we found a case where disk structures were defined
elsewhere - specifically format descriptors. I just realized
that two new index node structures defined in ods.h (IndexNode
and IndexJumpNode) define of in-memory structures, not the on
disk definitions. Those should be moved to btn.h.
Regards,
Ann
Last fall, we found a case where disk structures were defined
elsewhere - specifically format descriptors. I just realized
that two new index node structures defined in ods.h (IndexNode
and IndexJumpNode) define of in-memory structures, not the on
disk definitions. Those should be moved to btn.h.
Regards,
Ann