1 // serverDoc.cpp : implementation of the CServerDoc class
11 static char THIS_FILE
[] = __FILE__
;
14 /////////////////////////////////////////////////////////////////////////////
17 IMPLEMENT_DYNCREATE(CServerDoc
, CDocument
)
19 BEGIN_MESSAGE_MAP(CServerDoc
, CDocument
)
20 //{{AFX_MSG_MAP(CServerDoc)
21 // NOTE - the ClassWizard will add and remove mapping macros here.
22 // DO NOT EDIT what you see in these blocks of generated code!
26 /////////////////////////////////////////////////////////////////////////////
27 // CServerDoc construction/destruction
29 CServerDoc::CServerDoc()
31 // TODO: add one-time construction code here
34 CServerDoc::~CServerDoc()
38 BOOL
CServerDoc::OnNewDocument()
40 if (!CDocument::OnNewDocument())
43 // TODO: add reinitialization code here
44 // (SDI documents will reuse this document)
49 /////////////////////////////////////////////////////////////////////////////
50 // CServerDoc serialization
52 void CServerDoc::Serialize(CArchive
& ar
)
56 // TODO: add storing code here
60 // TODO: add loading code here
64 /////////////////////////////////////////////////////////////////////////////
65 // CServerDoc diagnostics
68 void CServerDoc::AssertValid() const
70 CDocument::AssertValid();
73 void CServerDoc::Dump(CDumpContext
& dc
) const
79 /////////////////////////////////////////////////////////////////////////////
80 // CServerDoc commands