#if !defined(AFX_DOC2_H__9E72EBF3_D81B_11D3_913F_0040C7772D6B__INCLUDED_) #define AFX_DOC2_H__9E72EBF3_D81B_11D3_913F_0040C7772D6B__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // Doc2.h : header file // ///////////////////////////////////////////////////////////////////////////// // CDoc2 document class CDoc2 : public CDocument { protected: CDoc2(); // protected constructor used by dynamic creation DECLARE_DYNCREATE(CDoc2) // Attributes public: // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDoc2) public: virtual void Serialize(CArchive& ar); // overridden for document i/o protected: virtual BOOL OnNewDocument(); //}}AFX_VIRTUAL // Implementation public: virtual ~CDoc2(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif // Generated message map functions protected: //{{AFX_MSG(CDoc2) // NOTE - the ClassWizard will add and remove member functions here. //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DOC2_H__9E72EBF3_D81B_11D3_913F_0040C7772D6B__INCLUDED_)