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

Unified Diff: src/plugin/PluginChecksum.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/Plugin.cpp ('k') | src/plugin/PluginChecksum.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginChecksum.h
===================================================================
deleted file mode 100644
--- a/src/plugin/PluginChecksum.h
+++ /dev/null
@@ -1,33 +0,0 @@
-#ifndef _PLUGIN_CHECKSUM_H_
-#define _PLUGIN_CHECKSUM_H_
-
-
-class CPluginChecksum
-{
-
-public:
-
- CPluginChecksum();
- ~CPluginChecksum();
-
- void Clear();
-
- DWORD Get() const;
- CString GetAsString() const;
-
- void Add(const CStringA& s);
- void Add(const CStringW& s);
- void Add(const CStringA& s1, const CStringA& s2);
- void Add(const CStringW& s1, const CStringW& s2);
- void Add(BYTE b);
-
-protected:
-
- WORD m_r;
- WORD m_c1;
- WORD m_c2;
- DWORD m_sum;
-};
-
-
-#endif // _PLUGIN_CHECKSUM_H_
« no previous file with comments | « src/plugin/Plugin.cpp ('k') | src/plugin/PluginChecksum.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld