home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Using Visual C++ 4 (Special Edition)
/
Using_Visual_C_4_Special_Edition_QUE_1996.iso
/
ch03
/
ch3_menu
/
ch3mdoc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-09-23
|
1KB
|
45 lines
// ch3mDoc.h : interface of the CChapter03MenuDoc class
//
/////////////////////////////////////////////////////////////////////////////
class CChapter03MenuDoc : public CDocument
{
protected: // create from serialization only
CChapter03MenuDoc();
DECLARE_DYNCREATE(CChapter03MenuDoc)
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CChapter03MenuDoc)
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive& ar);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CChapter03MenuDoc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CChapter03MenuDoc)
// 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()
};
/////////////////////////////////////////////////////////////////////////////