| 123456789101112131415161718192021222324252627 | // OTSData.h : main header file for the OTSData DLL//#pragma once#ifndef __AFXWIN_H__	#error "include 'stdafx.h' before including this file for PCH"#endif//#include "resource.h"		// main symbols// COTSDataApp// See OTSData.cpp for the implementation of this class//class COTSDataApp : public CWinApp{public:	COTSDataApp();// Overridespublic:	virtual BOOL InitInstance();	DECLARE_MESSAGE_MAP()};
 |