// ex32aDoc.h : interface of the CEx32aDoc class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_EX32ADOC_H__A8AB151E_B856_4BF6_8F87_BF0B51875DDD__INCLUDED_) #define AFX_EX32ADOC_H__A8AB151E_B856_4BF6_8F87_BF0B51875DDD__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class CEx32aSrvrItem; class CEx32aDoc : public COleServerDoc { protected: // create from serialization only CEx32aDoc(); DECLARE_DYNCREATE(CEx32aDoc) // Attributes public: CEx32aSrvrItem* GetEmbeddedItem() { return (CEx32aSrvrItem*)COleServerDoc::GetEmbeddedItem(); } // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CEx32aDoc) protected: virtual COleServerItem* OnGetEmbeddedItem(); public: virtual BOOL OnNewDocument(); virtual void Serialize(CArchive& ar); //}}AFX_VIRTUAL // Implementation public: CString m_strText; virtual ~CEx32aDoc(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif protected: // Generated message map functions protected: //{{AFX_MSG(CEx32aDoc) afx_msg void OnModify(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_EX32ADOC_H__A8AB151E_B856_4BF6_8F87_BF0B51875DDD__INCLUDED_)