#include "StdAfx.h" #include "CHReviewRecipe/RcpJudgeInfo.h" CRcpJudgeInfo::CRcpJudgeInfo(void) { Reset(); } CRcpJudgeInfo::~CRcpJudgeInfo(void) { } void CRcpJudgeInfo::Reset(void) { m_nJudgeType1 = 0; m_nJudgeCount1 = 0; m_nJudgeType2 = 0; m_nJudgeCount2 = 0; m_nReJudgeType = 0; m_strReJudgeCode = _T(""); }