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

Unified Diff: src/plugin/PluginDebug.h

Issue 5187613258416128: Issue #1234 - Rewrite internals of debug facility (Closed)
Patch Set: Created March 12, 2015, 10:52 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/PluginDebug.h
===================================================================
--- a/src/plugin/PluginDebug.h
+++ b/src/plugin/PluginDebug.h
@@ -25,8 +25,8 @@
static void DebugSystemException(const std::system_error& ex, int errorId, int errorSubid, const std::string& description);
#if (defined ENABLE_DEBUG_INFO)
- static void Debug(const std::string& text, DWORD processId=0, DWORD threadId=0);
- static void Debug(const std::wstring& text, DWORD processId=0, DWORD threadId=0);
+ static void Debug(const std::string& text);
+ static void Debug(const std::wstring& text);
static void DebugException(const std::exception& ex);
static void DebugErrorCode(DWORD errorCode, const std::string& error, DWORD processId=0, DWORD threadId=0);
#endif

Powered by Google App Engine
This is Rietveld