Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / examples / mfc / serverDoc.h
blob7abfa6f910a50d438465f649323a659326e864b8
1 // serverDoc.h : interface of the CServerDoc class
2 //
3 /////////////////////////////////////////////////////////////////////////////
5 #if !defined(AFX_SERVERDOC_H__7B1C2A4C_7230_11D3_B94A_0010A4052E2A__INCLUDED_)
6 #define AFX_SERVERDOC_H__7B1C2A4C_7230_11D3_B94A_0010A4052E2A__INCLUDED_
8 #if _MSC_VER > 1000
9 #pragma once
10 #endif // _MSC_VER > 1000
13 class CServerDoc : public CDocument
15 protected: // create from serialization only
16 CServerDoc();
17 DECLARE_DYNCREATE(CServerDoc)
19 // Attributes
20 public:
22 // Operations
23 public:
25 // Overrides
26 // ClassWizard generated virtual function overrides
27 //{{AFX_VIRTUAL(CServerDoc)
28 public:
29 virtual BOOL OnNewDocument();
30 virtual void Serialize(CArchive& ar);
31 //}}AFX_VIRTUAL
33 // Implementation
34 public:
35 virtual ~CServerDoc();
36 #ifdef _DEBUG
37 virtual void AssertValid() const;
38 virtual void Dump(CDumpContext& dc) const;
39 #endif
41 protected:
43 // Generated message map functions
44 protected:
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 !
48 //}}AFX_MSG
49 DECLARE_MESSAGE_MAP()
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_)