one.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. // one.h : main header file for the ONE application
  2. //
  3. #if !defined(AFX_ONE_H__8F660F90_7BA9_463E_AEF1_70ABA71069A2__INCLUDED_)
  4. #define AFX_ONE_H__8F660F90_7BA9_463E_AEF1_70ABA71069A2__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h" // main symbols
  12. /////////////////////////////////////////////////////////////////////////////
  13. // COneApp:
  14. // See one.cpp for the implementation of this class
  15. //
  16. class COneApp : public CWinApp
  17. {
  18. public:
  19. _ConnectionPtr m_pConnection;
  20. COneApp();
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(COneApp)
  24. public:
  25. virtual BOOL InitInstance();
  26. virtual int ExitInstance();
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. //{{AFX_MSG(COneApp)
  30. // NOTE - the ClassWizard will add and remove member functions here.
  31. // DO NOT EDIT what you see in these blocks of generated code !
  32. //}}AFX_MSG
  33. DECLARE_MESSAGE_MAP()
  34. };
  35. /////////////////////////////////////////////////////////////////////////////
  36. //{{AFX_INSERT_LOCATION}}
  37. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  38. #endif // !defined(AFX_ONE_H__8F660F90_7BA9_463E_AEF1_70ABA71069A2__INCLUDED_)