Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git] / TAO / examples / mfc / serverDoc.h
blobd8761b778ee21722c642555fad76f11d37967dfd
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:
21 // Operations
22 public:
23 // Overrides
24 // ClassWizard generated virtual function overrides
25 //{{AFX_VIRTUAL(CServerDoc)
26 public:
27 virtual BOOL OnNewDocument();
28 virtual void Serialize(CArchive& ar);
29 //}}AFX_VIRTUAL
31 // Implementation
32 public:
33 virtual ~CServerDoc();
34 #ifdef _DEBUG
35 virtual void AssertValid() const;
36 virtual void Dump(CDumpContext& dc) const;
37 #endif
39 protected:
40 // Generated message map functions
41 protected:
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 !
45 //}}AFX_MSG
46 DECLARE_MESSAGE_MAP()
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_)