1 // serverDoc.h : interface of the CServerDoc class
3 /////////////////////////////////////////////////////////////////////////////
5 #if !defined(AFX_SERVERDOC_H__7B1C2A4C_7230_11D3_B94A_0010A4052E2A__INCLUDED_)
6 #define AFX_SERVERDOC_H__7B1C2A4C_7230_11D3_B94A_0010A4052E2A__INCLUDED_
10 #endif // _MSC_VER > 1000
13 class CServerDoc
: public CDocument
15 protected: // create from serialization only
17 DECLARE_DYNCREATE(CServerDoc
)
24 // ClassWizard generated virtual function overrides
25 //{{AFX_VIRTUAL(CServerDoc)
27 virtual BOOL
OnNewDocument();
28 virtual void Serialize(CArchive
& ar
);
33 virtual ~CServerDoc();
35 virtual void AssertValid() const;
36 virtual void Dump(CDumpContext
& dc
) const;
40 // Generated message map functions
42 //{{AFX_MSG(CServerDoc)
43 // NOTE - the ClassWizard will add and remove member functions here.
44 // DO NOT EDIT what you see in these blocks of generated code !
49 /////////////////////////////////////////////////////////////////////////////
51 //{{AFX_INSERT_LOCATION}}
52 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
54 #endif // !defined(AFX_SERVERDOC_H__7B1C2A4C_7230_11D3_B94A_0010A4052E2A__INCLUDED_)