OTSClrInterface.h 337 B

1234567891011121314151617181920212223242526
  1. // OTSInterface.h :
  2. //
  3. #pragma once
  4. #ifndef __AFXWIN_H__
  5. #error "before include this file include stdafx.h first to generate the PCH file"
  6. #endif
  7. #include "resource.h"
  8. // COTSInterfaceApp
  9. //
  10. class COTSInterfaceApp : public CWinApp
  11. {
  12. public:
  13. COTSInterfaceApp();
  14. public:
  15. virtual BOOL InitInstance();
  16. DECLARE_MESSAGE_MAP()
  17. };