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

Unified Diff: src/plugin/PluginDebug.h

Issue 4895405913407488: Issue #1234 - remove CString from declarations representing domains. (Closed)
Patch Set: Created Aug. 7, 2014, 7:46 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/PluginClientBase.cpp ('k') | src/plugin/PluginDebug.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginDebug.h
===================================================================
--- a/src/plugin/PluginDebug.h
+++ b/src/plugin/PluginDebug.h
@@ -17,13 +17,13 @@
#if (defined ENABLE_DEBUG_RESULT)
static void DebugResult(const CString& text);
static void DebugResultDomain(const CString& domain);
- static void DebugResultBlocking(const CString& type, const CString& src, const CString& domain);
+ static void DebugResultBlocking(const CString& type, const CString& src, const std::wstring& domain);
static void DebugResultHiding(const CString& tag, const CString& id, const CString& filter);
static void DebugResultClear();
#endif
#if (defined ENABLE_DEBUG_RESULT_IGNORED)
- static void DebugResultIgnoring(const CString& type, const CString& src, const CString& domain);
+ static void DebugResultIgnoring(const CString& type, const CString& src, const std::wstring& domain);
#endif
};
« no previous file with comments | « src/plugin/PluginClientBase.cpp ('k') | src/plugin/PluginDebug.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld