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
)
26 // ClassWizard generated virtual function overrides
27 //{{AFX_VIRTUAL(CServerDoc)
29 virtual BOOL
OnNewDocument();
30 virtual void Serialize(CArchive
& ar
);
35 virtual ~CServerDoc();
37 virtual void AssertValid() const;
38 virtual void Dump(CDumpContext
& dc
) const;
43 // Generated message map functions
45 //{{AFX_MSG(CServerDoc)
46 // NOTE - the ClassWizard will add and remove member functions here.
47 // DO NOT EDIT what you see in these blocks of generated code !
52 /////////////////////////////////////////////////////////////////////////////
54 //{{AFX_INSERT_LOCATION}}
55 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
57 #endif // !defined(AFX_SERVERDOC_H__7B1C2A4C_7230_11D3_B94A_0010A4052E2A__INCLUDED_)