| 168 | } |
| 169 | |
| 170 | static std::string ConvertToString(const tstring& strIn) |
| 171 | { |
| 172 | std::string strOut; |
| 173 | return ConvertToString(strIn, strOut); |
| 174 | } |
| 175 | |
| 176 | static std::string& ConvertToString(const tstring& strIn, std::string& strOut) |
| 177 | { |
nothing calls this directly
no outgoing calls
no test coverage detected