////////////////////////////////////////////////////////////////////////// GetCwd //////////////////////////////////////////////////////////////////////////
| 440 | // GetCwd |
| 441 | /////////////////////////////////////////////////////////////////////////////// |
| 442 | const TSTRING cHierDatabaseIter::GetCwd() const |
| 443 | { |
| 444 | return mCurPath.AsString(); |
| 445 | } |
| 446 | |
| 447 | /////////////////////////////////////////////////////////////////////////////// |
| 448 | // GetCurrentAddr |
no test coverage detected