Revision: 7344
http://winmerge.svn.sourceforge.net/winmerge/?rev=7344&view=rev
Author: gerundt
Date: 2010-10-22 18:30:38 +0000 (Fri, 22 Oct 2010)
Log Message:
-----------
Remove MFC dependency from CompareStats class. - R2_14 (Forgot the CompareStats.h file)
Modified Paths:
--------------
branches/R2_14/Src/CompareStats.h
Modified: branches/R2_14/Src/CompareStats.h
===================================================================
--- branches/R2_14/Src/CompareStats.h 2010-10-22 18:22:59 UTC (rev 7343)
+++ branches/R2_14/Src/CompareStats.h 2010-10-22 18:30:38 UTC (rev 7344)
@@ -4,7 +4,7 @@
* @brief Declaration of class CompareStats
*/
//
-// RCS ID line follows -- this is updated by CVS
+// ID line follows -- this is updated by SVN
// $Id$
#ifndef _COMPARESTATS_H_
@@ -68,9 +68,9 @@
void SetCompareState(CompareStats::CMP_STATE state);
CompareStats::CMP_STATE GetCompareState() const;
BOOL IsCompareDone() const { return m_bCompareDone; }
-
- static CompareStats::RESULT CompareStats::GetResultFromCode(UINT diffcode);
+ static CompareStats::RESULT GetResultFromCode(UINT diffcode);
+
private:
int m_counts[RESULT_COUNT]; /**< Table storing result counts */
CRITICAL_SECTION m_csProtect; /**< For synchronizing read/write of counts */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|