Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / ACE / tests / ACE_Init_TestDlg.h
blobed2c809333b9801d40ddc0e7e35220aee8a0feb1
1 // ACE_Init_TestDlg.h : header file
3 #if !defined(AFX_ACE_INIT_TESTDLG_H__64FDCA00_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_)
4 #define AFX_ACE_INIT_TESTDLG_H__64FDCA00_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_
6 // CACE_Init_TestDlg dialog
8 class CACE_Init_TestDlg : public CDialog
10 // Construction
11 public:
12 CACE_Init_TestDlg(CWnd* pParent = 0); // standard constructor
14 // Dialog Data
15 //{{AFX_DATA(CACE_Init_TestDlg)
16 enum { IDD = IDD_ACE_INIT_TEST_DIALOG };
17 // NOTE: the ClassWizard will add data members here
18 //}}AFX_DATA
20 // ClassWizard generated virtual function overrides
21 //{{AFX_VIRTUAL(CACE_Init_TestDlg)
22 protected:
23 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
24 //}}AFX_VIRTUAL
26 // Implementation
27 protected:
28 HICON m_hIcon;
30 // Generated message map functions
31 //{{AFX_MSG(CACE_Init_TestDlg)
32 virtual BOOL OnInitDialog();
33 afx_msg void OnPaint();
34 afx_msg HCURSOR OnQueryDragIcon();
35 //}}AFX_MSG
36 DECLARE_MESSAGE_MAP()
39 //{{AFX_INSERT_LOCATION}}
40 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
42 #endif /* !defined(AFX_ACE_INIT_TESTDLG_H__64FDCA00_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_) */