| 133 | } |
| 134 | |
| 135 | void cHierDbPath::Clear(void) |
| 136 | { |
| 137 | mCurrPath.clear(); |
| 138 | |
| 139 | ASSERT(mCurrPath.empty()); |
| 140 | } |
| 141 | |
| 142 | /////////////////////////////////////////////////////////////////////////////// |
| 143 | // AsString -- Returns a TSTRING representation of the current path |