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

Unified Diff: src/plugin/PluginSettings.h

Issue 5187613258416128: Issue #1234 - Rewrite internals of debug facility (Closed)
Patch Set: rebase only Created Nov. 26, 2015, 1:02 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
Index: src/plugin/PluginSettings.h
===================================================================
--- a/src/plugin/PluginSettings.h
+++ b/src/plugin/PluginSettings.h
@@ -52,8 +52,6 @@
class CPluginSettings
{
private:
- DWORD m_dwWorkingThreadId;
-
static CComAutoCriticalSection s_criticalSectionLocal;
void Clear();
@@ -73,10 +71,6 @@
std::map<std::wstring, std::wstring> GetFilterLanguageTitleList() const;
- void SetWorkingThreadId();
- void SetWorkingThreadId(DWORD id);
- bool IsWorkingThread(DWORD dwThread=0) const;
-
public:
void TogglePluginEnabled();
@@ -102,6 +96,4 @@
std::wstring GetSubscription();
};
-std::wstring GetDataPath(const std::wstring& filename=L"");
-
#endif // _PLUGIN_SETTINGS_H_

Powered by Google App Engine
This is Rietveld