www.pudn.com > MyeSuperMap.rar > MyeSuperMapDoc.h


// MyeSuperMapDoc.h : interface of the CMyeSuperMapDoc class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_MYESUPERMAPDOC_H__F1836126_39DB_4719_8F98_1C57E9E3278E__INCLUDED_) 
#define AFX_MYESUPERMAPDOC_H__F1836126_39DB_4719_8F98_1C57E9E3278E__INCLUDED_ 
 
#if _MSC_VER >= 1000 
#pragma once 
#endif // _MSC_VER >= 1000 
 
 
class CMyeSuperMapDoc : public CDocument 
{ 
protected: // create from serialization only 
	CMyeSuperMapDoc(); 
	DECLARE_DYNCREATE(CMyeSuperMapDoc) 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMyeSuperMapDoc) 
	public: 
	virtual BOOL OnNewDocument(); 
	virtual void Serialize(CArchive& ar); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CMyeSuperMapDoc(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
protected: 
 
// Generated message map functions 
protected: 
	//{{AFX_MSG(CMyeSuperMapDoc) 
		// NOTE - the ClassWizard will add and remove member functions here. 
		//    DO NOT EDIT what you see in these blocks of generated code ! 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_MYESUPERMAPDOC_H__F1836126_39DB_4719_8F98_1C57E9E3278E__INCLUDED_)