home *** CD-ROM | disk | FTP | other *** search
/ Mastering MFC Development / MMD.ISO / samples / c13 / useatltrig2 / useatltrig.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-02-20  |  1.2 KB  |  43 lines

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