From 2bd50ead7f0b92fb9ed5b477b63dea8fbcf8217e Mon Sep 17 00:00:00 2001
From: LYW <leeyeanwoo@diteam.co.kr>
Date: 월, 19 7월 2021 10:40:50 +0900
Subject: [PATCH] Ongoing60 #3517 CF AOI Review 자가진단 기능 개선

---
 ReviewSystem/ReviewSystem/ReviewProcessor.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/ReviewSystem/ReviewSystem/ReviewProcessor.h b/ReviewSystem/ReviewSystem/ReviewProcessor.h
index 89d785e..dbfb2ff 100644
--- a/ReviewSystem/ReviewSystem/ReviewProcessor.h
+++ b/ReviewSystem/ReviewSystem/ReviewProcessor.h
@@ -174,6 +174,8 @@
 	void	SetUploadImagePath(const CString& strImagePath);
 	void	SetRTMSUploadImagePath(const CString& strImagePath);
 
+	void	SetReviewImagePath(const CString& strReviewImagePath);
+
 	//Plan吏꾪뻾媛� Count �몴湲� 
 	void SetPlanReviewCount(int ncount) {
 		nPlanReviewCount = ncount;
@@ -196,6 +198,8 @@
 	void	GetSaveImageBasePath(CString& strPath);
 	CString	GetUploadImagePath();
 	CString GetRTMSUploadImagePath();
+
+	CString	GetReviewUploadImagePath();
 
 
 	// Cell function
@@ -265,6 +269,7 @@
 	// 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 移댁슫�듃(由щ럭 �룷�씤�듃 �닚�꽌)

--
Gitblit v1.9.3