Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / examples / mfc / MainFrm.h
blob2e29e9f9c81f4a713847b8af714cd29fbf69cfd7
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:
21 // Operations
22 public:
24 // Overrides
25 // ClassWizard generated virtual function overrides
26 //{{AFX_VIRTUAL(CMainFrame)
27 virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
28 //}}AFX_VIRTUAL
30 // Implementation
31 public:
32 virtual ~CMainFrame();
33 #ifdef _DEBUG
34 virtual void AssertValid() const;
35 virtual void Dump(CDumpContext& dc) const;
36 #endif
38 protected: // control bar embedded members
39 CStatusBar m_wndStatusBar;
40 CToolBar m_wndToolBar;
42 // Generated message map functions
43 protected:
44 //{{AFX_MSG(CMainFrame)
45 afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
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_MAINFRM_H__7B1C2A4A_7230_11D3_B94A_0010A4052E2A__INCLUDED_)