Changes to attempt to silence bcc64x
[ACE_TAO.git] / ACE / examples / Log_Msg / Log_Msg_MFC / Log_Msg_MFCDlg.h
blob92223f2f94219af4558a7f06c5e6bbf7ca9e722b
1 // Log_Msg_MFCDlg.h : header file
2 #if !defined(AFX_LOG_MSG_MFCDLG_H__5BB9CACE_CBCE_40DD_B57F_ED05B79DB033__INCLUDED_)
3 #define AFX_LOG_MSG_MFCDLG_H__5BB9CACE_CBCE_40DD_B57F_ED05B79DB033__INCLUDED_
5 #include "ace/config-all.h"
7 #if defined (ACE_WIN32)
9 #if _MSC_VER > 1000
10 #pragma once
11 #endif // _MSC_VER > 1000
13 #include "Resource.h"
15 /////////////////////////////////////////////////////////////////////////////
16 // CLog_Msg_MFCDlg dialog
18 class CLog_Msg_MFCDlg : public CDialog
20 public:
21 // Construction
22 CLog_Msg_MFCDlg(CWnd* pParent = 0); // standard constructor
24 // Dialog Data
25 //{{AFX_DATA(CLog_Msg_MFCDlg)
26 enum { IDD = IDD_LOG_MSG_MFC_DIALOG };
27 // NOTE: the ClassWizard will add data members here
28 //}}AFX_DATA
30 // ClassWizard generated virtual function overrides
31 //{{AFX_VIRTUAL(CLog_Msg_MFCDlg)
32 protected:
33 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
34 //}}AFX_VIRTUAL
36 // Implementation
37 protected:
38 HICON m_hIcon;
40 // Generated message map functions
41 //{{AFX_MSG(CLog_Msg_MFCDlg)
42 virtual BOOL OnInitDialog();
43 afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
44 afx_msg void OnPaint();
45 afx_msg HCURSOR OnQueryDragIcon();
46 afx_msg void OnDebugButtonClicked();
47 //}}AFX_MSG
48 DECLARE_MESSAGE_MAP()
51 //{{AFX_INSERT_LOCATION}}
52 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
54 #endif /* ACE_WIN32 */
56 #endif // !defined(AFX_LOG_MSG_MFCDLG_H__5BB9CACE_CBCE_40DD_B57F_ED05B79DB033__INCLUDED_)