home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 27 / IOPROG_27.ISO / SOFT / MFCITER.ZIP / Source / MyProjects / MFCIteratorDemo / MFCIteratorDemoDoc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-02-22  |  1.6 KB  |  58 lines

  1. // MFCIteratorDemoDoc.h : interface of the CMFCIteratorDemoDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4.  
  5. #if !defined(AFX_MFCITERATORDEMODOC_H__1B6CEAFF_C682_11D2_85A2_00104BA829E5__INCLUDED_)
  6. #define AFX_MFCITERATORDEMODOC_H__1B6CEAFF_C682_11D2_85A2_00104BA829E5__INCLUDED_
  7.  
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11.  
  12.  
  13. class CMFCIteratorDemoDoc : public CDocument
  14. {
  15. protected: // create from serialization only
  16.     CMFCIteratorDemoDoc();
  17.     DECLARE_DYNCREATE(CMFCIteratorDemoDoc)
  18.  
  19. // Attributes
  20. public:
  21.  
  22. // Operations
  23. public:
  24.  
  25. // Overrides
  26.     // ClassWizard generated virtual function overrides
  27.     //{{AFX_VIRTUAL(CMFCIteratorDemoDoc)
  28.     public:
  29.     virtual BOOL OnNewDocument();
  30.     virtual void Serialize(CArchive& ar);
  31.     //}}AFX_VIRTUAL
  32.  
  33. // Implementation
  34. public:
  35.     virtual ~CMFCIteratorDemoDoc();
  36. #ifdef _DEBUG
  37.     virtual void AssertValid() const;
  38.     virtual void Dump(CDumpContext& dc) const;
  39. #endif
  40.  
  41. protected:
  42.  
  43. // Generated message map functions
  44. protected:
  45.     //{{AFX_MSG(CMFCIteratorDemoDoc)
  46.         // NOTE - the ClassWizard will add and remove member functions here.
  47.         //    DO NOT EDIT what you see in these blocks of generated code !
  48.     //}}AFX_MSG
  49.     DECLARE_MESSAGE_MAP()
  50. };
  51.  
  52. /////////////////////////////////////////////////////////////////////////////
  53.  
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  56.  
  57. #endif // !defined(AFX_MFCITERATORDEMODOC_H__1B6CEAFF_C682_11D2_85A2_00104BA829E5__INCLUDED_)
  58.