home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 April / APC443.iso / features / grpware / coldfus / coldfusi.exe / data1.cab / VC_4x_Wizard / cfxwiz.awx / TEMPLATE / ROOT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1998-10-08  |  867 b   |  34 lines

  1. // $$root$$.h : main header file for the $$ROOT$$ DLL
  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. // C$$Safe_root$$App
  12. // See $$root$$.cpp for the implementation of this class
  13. //
  14.  
  15. class C$$Safe_root$$App : public CWinApp
  16. {
  17. public:
  18.     C$$Safe_root$$App();
  19.  
  20. // Overrides
  21.     // ClassWizard generated virtual function overrides
  22.     //{{AFX_VIRTUAL(C$$Safe_root$$App)
  23.     //}}AFX_VIRTUAL
  24.  
  25.     //{{AFX_MSG(C$$Safe_root$$App)
  26.         // NOTE - the ClassWizard will add and remove member functions here.
  27.         //    DO NOT EDIT what you see in these blocks of generated code !
  28.     //}}AFX_MSG
  29.     DECLARE_MESSAGE_MAP()
  30. };
  31.  
  32.  
  33. /////////////////////////////////////////////////////////////////////////////
  34.