-------------------------------------------------------------------------
| 23 | { |
| 24 | //------------------------------------------------------------------------- |
| 25 | ExceptionBase::ExceptionBase(const std::wstring& message) |
| 26 | : std::exception(ToLocalString(message).c_str()) |
| 27 | { |
| 28 | } |
| 29 | |
| 30 | //------------------------------------------------------------------------- |
| 31 | std::wstring GetFilename(const char* path) |
nothing calls this directly
no test coverage detected