SDC C-Project CF Review 프로그램
LYW
2021-07-08 630eb072cca33a7c633f6429a0b5a531d1b83268
ReviewSystem/ReviewSystem/ReviewProcessor.h
@@ -174,8 +174,6 @@
   void   SetUploadImagePath(const CString& strImagePath);
   void   SetRTMSUploadImagePath(const CString& strImagePath);
   void   SetReviewImagePath(const CString& strReviewImagePath);
   //Plan진행간 Count 표기 
   void SetPlanReviewCount(int ncount) {
      nPlanReviewCount = ncount;
@@ -198,8 +196,6 @@
   void   GetSaveImageBasePath(CString& strPath);
   CString   GetUploadImagePath();
   CString GetRTMSUploadImagePath();
   CString   GetReviewUploadImagePath();
   // Cell function
@@ -269,7 +265,6 @@
   // image path
   CString                  m_strSaveImageBasePath;
   CString                  m_strSaveImageUploadPath;
   CString                  m_strSaveImageReviewPath;
   CString                  m_strInspectImagePath;
   CString                  m_strRTMSImagePath;
   int                     m_nReviewCount;            // [2017:5:21]-[WEZASW] : Review 이미지 네이밍 룰에 의한 SequenceNo 카운트(리뷰 포인트 순서)