Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/plugin/PluginMutex.h

Issue 6523237609504768: Issue #276 - eliminate CString from CPluginMutex (Closed)
Patch Set: Created July 30, 2014, 5:56 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/plugin/PluginDebug.cpp ('k') | src/plugin/PluginMutex.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginMutex.h
===================================================================
--- a/src/plugin/PluginMutex.h
+++ b/src/plugin/PluginMutex.h
@@ -10,11 +10,11 @@
HANDLE m_hMutex;
bool m_isLocked;
int m_errorSubidBase;
- CString m_name;
+ std::wstring system_name;
sergei 2014/08/05 11:56:22 Why is it renamed? Firstly it is the name of mute
Eric 2014/08/05 12:56:18 Because I'm saving the rest of the renames for ano
public:
- CPluginMutex(const CString& name, int errorSubidBase);
+ CPluginMutex(const std::wstring& name, int errorSubidBase);
~CPluginMutex();
bool IsLocked() const;
« no previous file with comments | « src/plugin/PluginDebug.cpp ('k') | src/plugin/PluginMutex.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld