From 5ce2e7ca14f09da2138ea783ef16044a01423413 Mon Sep 17 00:00:00 2001
From: SWK <sungwk82@diteam.co.kr>
Date: 금, 10 3월 2023 15:30:57 +0900
Subject: [PATCH] #4403 CF AOI Review TACT 개선 1. Alive 신호 처리 시 지연 개선

---
 ReviewHistory/ReveiwHistory/ReveiwHistory.h |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/ReviewHistory/ReveiwHistory/ReveiwHistory.h b/ReviewHistory/ReveiwHistory/ReveiwHistory.h
new file mode 100644
index 0000000..226c23b
--- /dev/null
+++ b/ReviewHistory/ReveiwHistory/ReveiwHistory.h
@@ -0,0 +1,32 @@
+癤�
+// ReveiwHistory.h: PROJECT_NAME �쓳�슜 �봽濡쒓렇�옩�뿉 ���븳 二� �뿤�뜑 �뙆�씪�엯�땲�떎.
+//
+
+#pragma once
+
+#ifndef __AFXWIN_H__
+	#error "PCH�뿉 ���빐 �씠 �뙆�씪�쓣 �룷�븿�븯湲� �쟾�뿉 'stdafx.h'瑜� �룷�븿�빀�땲�떎."
+#endif
+
+#include "resource.h"		// 二� 湲고샇�엯�땲�떎.
+
+
+// CReveiwHistoryApp:
+// �씠 �겢�옒�뒪�쓽 援ы쁽�뿉 ���빐�꽌�뒗 ReveiwHistory.cpp�쓣(瑜�) 李몄“�븯�꽭�슂.
+//
+
+class CReveiwHistoryApp : public CWinApp
+{
+public:
+	CReveiwHistoryApp();
+
+// �옱�젙�쓽�엯�땲�떎.
+public:
+	virtual BOOL InitInstance();
+
+// 援ы쁽�엯�땲�떎.
+
+	DECLARE_MESSAGE_MAP()
+};
+
+extern CReveiwHistoryApp theApp;

--
Gitblit v1.9.3