DescriptionIssue #276 - eliminate CString from GetDataPath
Change the return type and arguments of GetDataPath from CString to
std::wstring. Removed CString from its implementation.
Moved GetDataPath from a static member of CPluginSettings to a standalone
function.
Removed some directly-related occurrences of CString from CPluginDebug::Debug
and CPluginDebug::DebugClear.
Patch Set 1 : #
Total comments: 2
MessagesTotal messages: 5
|