=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / examples / mfc / serverView.h
blob89f879ba3eec95318d2785c07f7cf2b0864e7cf2
1 // serverView.h : interface of the CServerView class
2 //
3 /////////////////////////////////////////////////////////////////////////////
5 #if !defined(AFX_SERVERVIEW_H__7B1C2A4E_7230_11D3_B94A_0010A4052E2A__INCLUDED_)
6 #define AFX_SERVERVIEW_H__7B1C2A4E_7230_11D3_B94A_0010A4052E2A__INCLUDED_
8 #if _MSC_VER > 1000
9 #pragma once
10 #endif // _MSC_VER > 1000
13 class CServerView : public CView
15 protected: // create from serialization only
16 CServerView();
17 DECLARE_DYNCREATE(CServerView)
19 // Attributes
20 public:
21 CServerDoc* GetDocument();
23 // Operations
24 public:
25 // Overrides
26 // ClassWizard generated virtual function overrides
27 //{{AFX_VIRTUAL(CServerView)
28 public:
29 virtual void OnDraw(CDC* pDC); // overridden to draw this view
30 virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
31 protected:
32 virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
33 virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
34 virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
35 //}}AFX_VIRTUAL
37 // Implementation
38 public:
39 virtual ~CServerView();
40 #ifdef _DEBUG
41 virtual void AssertValid() const;
42 virtual void Dump(CDumpContext& dc) const;
43 #endif
45 protected:
46 // Generated message map functions
47 protected:
48 //{{AFX_MSG(CServerView)
49 // NOTE - the ClassWizard will add and remove member functions here.
50 // DO NOT EDIT what you see in these blocks of generated code !
51 //}}AFX_MSG
52 DECLARE_MESSAGE_MAP()
55 #ifndef _DEBUG // debug version in serverView.cpp
56 inline CServerDoc* CServerView::GetDocument()
57 { return (CServerDoc*)m_pDocument; }
58 #endif
60 /////////////////////////////////////////////////////////////////////////////
62 //{{AFX_INSERT_LOCATION}}
63 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
65 #endif // !defined(AFX_SERVERVIEW_H__7B1C2A4E_7230_11D3_B94A_0010A4052E2A__INCLUDED_)