changed 'column groups' to be called 'column directories' for now.
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
#include "obitypes.h"
|
||||
#include "obierrno.h"
|
||||
#include "obilittlebigman.h"
|
||||
#include "obidmscolumngroup.h"
|
||||
#include "obidmscolumndir.h"
|
||||
|
||||
|
||||
typedef int32_t obiversion_t; /**< Used to store the column version number
|
||||
@ -65,7 +65,7 @@ typedef struct OBIDMS_column_header {
|
||||
typedef struct OBIDMS_column {
|
||||
OBIDMS_p dms; /**< A pointer to a DMS instance
|
||||
*/
|
||||
OBIDMS_column_group_p column_group; /**< A pointer to an OBIDMS column group instance
|
||||
OBIDMS_column_directory_p column_directory; /**< A pointer to an OBIDMS column directory instance
|
||||
*/
|
||||
OBIDMS_column_header_p header; /**< A pointer to the header of the column
|
||||
*/
|
||||
@ -127,7 +127,7 @@ OBIDMS_column_p obi_create_column(OBIDMS_p dms,
|
||||
* @return the bigger version number used for this column
|
||||
* @return -1 if the column does not exist
|
||||
*/
|
||||
obiversion_t obi_get_latest_version_number(OBIDMS_column_group_p column_group);
|
||||
obiversion_t obi_get_latest_version_number(OBIDMS_column_directory_p column_directory);
|
||||
|
||||
|
||||
#endif /* OBIDMSCOLUMN_H_ */
|
||||
|
Reference in New Issue
Block a user