44
38
const TableShare *getShare() const { return &_share; } /* Get rid of this long term */
45
39
TableShare *getMutableShare() { return &_share; } /* Get rid of this long term */
46
40
bool hasShare() const { return true; } /* Get rid of this long term */
47
41
void setShare(TableShare *) { ; } /* Get rid of this long term */