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

Unified Diff: src/plugin/PluginSelftest.h

Issue 11013110: Cleanup (Closed)
Patch Set: More beautification and addressing comments Created July 29, 2013, 12:13 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/PluginIniFileW.cpp ('k') | src/plugin/PluginSettings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginSelftest.h
===================================================================
deleted file mode 100644
--- a/src/plugin/PluginSelftest.h
+++ /dev/null
@@ -1,33 +0,0 @@
-#ifndef _PLUGIN_SELFTEST_H_
-#define _PLUGIN_SELFTEST_H_
-
-
-#if (defined ENABLE_DEBUG_SELFTEST)
-
-class CPluginSelftest
-{
-
-private:
-
- static CComAutoCriticalSection s_criticalSectionLocal;
-
- static bool s_isSupported;
-
- // Private constructor used by the singleton pattern
- CPluginSelftest();
-
-public:
-
- ~CPluginSelftest();
-
- static void AddText(const CStringA& text);
- static void Clear();
- static bool Send();
- static bool IsFileTooLarge();
-
- static void SetSupported(bool isSupported=true);
-};
-
-#endif // ENABLE_DEBUG_SELFTEST
-
-#endif // _PLUGIN_SELFTEST_H_
« no previous file with comments | « src/plugin/PluginIniFileW.cpp ('k') | src/plugin/PluginSettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld