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: 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/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
« no previous file with comments | « src/plugin/Console.h ('k') | src/plugin/PluginDebug.cpp » ('j') | src/plugin/PluginDebug.cpp » ('J')

Powered by Google App Engine
This is Rietveld