Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git] / TAO / examples / mfc / MainFrm.h
blobcfdeaa6c1350dc143602e98912228e46ab1c7489
1 // MainFrm.h : interface of the CMainFrame class
2 //
3 /////////////////////////////////////////////////////////////////////////////
5 #if !defined(AFX_MAINFRM_H__7B1C2A4A_7230_11D3_B94A_0010A4052E2A__INCLUDED_)
6 #define AFX_MAINFRM_H__7B1C2A4A_7230_11D3_B94A_0010A4052E2A__INCLUDED_
8 #if _MSC_VER > 1000
9 #pragma once
10 #endif // _MSC_VER > 1000
12 class CMainFrame : public CFrameWnd
14 protected: // create from serialization only
15 CMainFrame();
16 DECLARE_DYNCREATE(CMainFrame)
18 // Attributes
19 public:
20 // Operations
21 public:
22 // Overrides
23 // ClassWizard generated virtual function overrides
24 //{{AFX_VIRTUAL(CMainFrame)
25 virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
26 //}}AFX_VIRTUAL
28 // Implementation
29 public:
30 virtual ~CMainFrame();
31 #ifdef _DEBUG
32 virtual void AssertValid() const;
33 virtual void Dump(CDumpContext& dc) const;
34 #endif
36 protected: // control bar embedded members
37 CStatusBar m_wndStatusBar;
38 CToolBar m_wndToolBar;
40 // Generated message map functions
41 protected:
42 //{{AFX_MSG(CMainFrame)
43 afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
44 // NOTE - the ClassWizard will add and remove member functions here.
45 // DO NOT EDIT what you see in these blocks of generated code!
46 //}}AFX_MSG
47 DECLARE_MESSAGE_MAP()
50 /////////////////////////////////////////////////////////////////////////////
52 //{{AFX_INSERT_LOCATION}}
53 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
55 #endif // !defined(AFX_MAINFRM_H__7B1C2A4A_7230_11D3_B94A_0010A4052E2A__INCLUDED_)