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

Unified Diff: src/plugin/PluginClass.h

Issue 29323611: Issue #1234, #2058 - Rewrite log facility, improving thread implementation
Patch Set: rebase only Created July 27, 2016, 9:11 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/Placeholder.h ('k') | src/plugin/PluginClass.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginClass.h
===================================================================
--- a/src/plugin/PluginClass.h
+++ b/src/plugin/PluginClass.h
@@ -24,6 +24,7 @@
#include "Plugin.h"
+#include "PluginDebug.h"
#include "PluginTabBase.h"
#define _CRTDBG_MAP_ALLOC
#include <stdlib.h>
@@ -52,6 +53,11 @@
friend class CPluginTab;
private:
+ /**
+ * Existence of this object ensures the existence of the log.
+ * Defined first so that the log is available to the constructors of other members.
+ */
+ LogQueueReference lqr;
CPluginTab* m_tab;
« no previous file with comments | « src/plugin/Placeholder.h ('k') | src/plugin/PluginClass.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld