////////////////////////////////////////////////////////////////////////// ToStringAPI //////////////////////////////////////////////////////////////////////////
| 62 | // ToStringAPI |
| 63 | /////////////////////////////////////////////////////////////////////////////// |
| 64 | TSTRING cFSNameTranslator::ToStringAPI(const cFCOName& name) const |
| 65 | { |
| 66 | ASSERT(name.GetDelimiter() == _T('/')); |
| 67 | |
| 68 | return name.AsString(); |
| 69 | } |
| 70 | |
| 71 | /////////////////////////////////////////////////////////////////////////////// |
| 72 | // ToStringDisplay |
no test coverage detected