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; |