// OTSInterface.h : // #pragma once #ifndef __AFXWIN_H__ #error "before include this file include stdafx.h first to generate the PCH file" #endif #include "resource.h" // COTSInterfaceApp // class COTSInterfaceApp : public CWinApp { public: COTSInterfaceApp(); public: virtual BOOL InitInstance(); DECLARE_MESSAGE_MAP() };