home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / HandHeldPCPro30 / sdk.exe / Jupiter SDK / data1.cab / MFC_Samples / wcedbtst / wcedbtst.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-02-19  |  927 b   |  37 lines

  1. // WCE_Database.h : main header file for the WCE_DATABASE application
  2. //
  3.  
  4. #ifndef __AFXWIN_H__
  5.     #error include 'stdafx.h' before including this file for PCH
  6. #endif
  7.  
  8. #include "resource.h"       // main symbols
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CWCEDBApp:
  12. // See WCE_Database.cpp for the implementation of this class
  13. //
  14.  
  15. class CWCEDBApp : public CWinApp
  16. {
  17. public:
  18.  
  19. // Overrides
  20.     // ClassWizard generated virtual function overrides
  21.     //{{AFX_VIRTUAL(CWCEDBApp)
  22.     public:
  23.     virtual BOOL InitInstance();
  24.     //}}AFX_VIRTUAL
  25.  
  26. // Implementation
  27.  
  28.     //{{AFX_MSG(CWCEDBApp)
  29.     afx_msg void OnAppAbout();
  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. /////////////////////////////////////////////////////////////////////////////
  37.