45
45
virtual TableShare *getMutableShare() { assert(_share); return _share; } /* Get rid of this long term */
46
46
virtual bool hasShare() const { return _share ? true : false ; } /* Get rid of this long term */
47
47
virtual void setShare(TableShare *new_share) { _share= new_share; } /* Get rid of this long term */