OTSData.h 378 B

123456789101112131415161718192021222324
  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. // COTSDataApp
  8. // See OTSData.cpp for the implementation of this class
  9. //
  10. class COTSDataApp : public CWinApp
  11. {
  12. public:
  13. COTSDataApp();
  14. // Overrides
  15. public:
  16. virtual BOOL InitInstance();
  17. DECLARE_MESSAGE_MAP()
  18. };