www.pudn.com > roam.rar > ROAMDoc.h
// ROAMDoc.h : interface of the CROAMDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_ROAMDOC_H__C2B3AD82_02B1_4D79_BD5C_2545A10A2B49__INCLUDED_)
#define AFX_ROAMDOC_H__C2B3AD82_02B1_4D79_BD5C_2545A10A2B49__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CROAMDoc : public CDocument
{
protected: // create from serialization only
CROAMDoc();
DECLARE_DYNCREATE(CROAMDoc)
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CROAMDoc)
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive& ar);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CROAMDoc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CROAMDoc)
// 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 Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ROAMDOC_H__C2B3AD82_02B1_4D79_BD5C_2545A10A2B49__INCLUDED_)