home *** CD-ROM | disk | FTP | other *** search
/ Troubleshooting Netware Systems / CSTRIAL0196.BIN / attach / msj / v10n03 / bocole.exe / MAINFRM.H < prev    next >
C/C++ Source or Header  |  1995-03-01  |  960b  |  42 lines

  1. // mainfrm.h : interface of the CMainFrame class
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and Microsoft
  9. // QuickHelp and/or WinHelp documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12.  
  13.  
  14.  
  15.  
  16. class CMainFrame : public CMDIFrameOCF
  17. {
  18.   DECLARE_DYNAMIC(CMainFrame)
  19. public:
  20.   CMainFrame();
  21.  
  22. // Attributes
  23. public:
  24.  
  25. // Operations
  26. public:
  27.  
  28. // Implementation
  29. public:
  30.   virtual ~CMainFrame();
  31.  
  32. // Generated message map functions
  33. protected:
  34.   //{{AFX_MSG(CMainFrame)
  35.   afx_msg void OnBounce();
  36.   afx_msg void OnHello();
  37.   //}}AFX_MSG
  38.   DECLARE_MESSAGE_MAP()
  39. };
  40.  
  41. /////////////////////////////////////////////////////////////////////////////
  42.