From 9cbd9e554f9956b3b945b51602f1d4a3fa0353e1 Mon Sep 17 00:00:00 2001
From: LYW <leeyeanwoo@diteam.co.kr>
Date: 목, 08 7월 2021 17:24:24 +0900
Subject: [PATCH] Ongoing60 #3486 CF AOI Review Review History 프로그램 테스트 및 적용

---
 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