//////////////////////////////////////////////////////////////////////////// GetHierDbMap() -- Returns a pointer to the map ////////////////////////////////////////////////////////////////////////////
| 156 | // GetHierDbMap() -- Returns a pointer to the map |
| 157 | ///////////////////////////////////////////////////////////////////////////////// |
| 158 | cDbDebug::hierDbMap* cDbDebug::GetHierDbMap(void) |
| 159 | { |
| 160 | return &(mpData->mDbMap); |
| 161 | } |
| 162 | |
| 163 | ////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 164 | // Execute : |