From ffe71aadfdcb4a9ea2ac4d8d320983d42ef3cad5 Mon Sep 17 00:00:00 2001
From: LYW <leeyeanwoo@diteam.co.kr>
Date: 화, 14 9월 2021 15:19:39 +0900
Subject: [PATCH] 버그 수정

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

diff --git a/ReviewSystem/ReviewSystem/ReviewProcessor.h b/ReviewSystem/ReviewSystem/ReviewProcessor.h
index 89d785e..781547a 100644
--- a/ReviewSystem/ReviewSystem/ReviewProcessor.h
+++ b/ReviewSystem/ReviewSystem/ReviewProcessor.h
@@ -62,6 +62,7 @@
 	
 	virtual const CRsRcpReviewInfo* IRP2P_Recipe_GetRsRcpReviewInfo() = 0;
 	virtual const CSystemInfo*      IRP2P_GetReviewSysteminfo() = 0;
+	virtual const CSignalControlInfo*	IRP2P_GetReviewSignalinfo() = 0;
 	virtual CGlassResult*			IRP2P_GetCurrentGlassResult() = 0;													
 	virtual void					IRP2P_DisplayMessage(const TCHAR* lpstrFormat, ...) = 0;
 	virtual CResultServerControl*	IRP2P_GetResultServerControl() = 0;
@@ -75,6 +76,12 @@
 	virtual BOOL					GetSimulationOn() = 0;
 
 	virtual void					IRP2P_UpdateWSISelfDiagnosisResult();
+
+	virtual BOOL						IRP2P_GetFirstReviewLeft() = 0;
+	virtual BOOL						IRP2P_GetFirstReviewRight() = 0;
+
+	virtual void						IRP2P_SetFirstReviewLeft(BOOL b_Check) = 0;
+	virtual void						IRP2P_SetFirstReviewRight(BOOL b_Check) = 0;
 
 };
 
@@ -174,6 +181,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 +205,8 @@
 	void	GetSaveImageBasePath(CString& strPath);
 	CString	GetUploadImagePath();
 	CString GetRTMSUploadImagePath();
+
+	CString	GetReviewUploadImagePath();
 
 
 	// Cell function
@@ -265,6 +276,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