OTSData.h 421 B

123456789101112131415161718192021222324252627
  1. // OTSData.h : main header file for the OTSData DLL
  2. //
  3. #pragma once
  4. #ifndef __AFXWIN_H__
  5. #error "include 'stdafx.h' before including this file for PCH"
  6. #endif
  7. //#include "resource.h" // main symbols
  8. // COTSDataApp
  9. // See OTSData.cpp for the implementation of this class
  10. //
  11. class COTSDataApp : public CWinApp
  12. {
  13. public:
  14. COTSDataApp();
  15. // Overrides
  16. public:
  17. virtual BOOL InitInstance();
  18. DECLARE_MESSAGE_MAP()
  19. };