1 #if !defined(AFX_SELECTNSDIALOG_H__2AF5C353_B440_11D3_BF2C_00C0F03C565A__INCLUDED_)
2 #define AFX_SELECTNSDIALOG_H__2AF5C353_B440_11D3_BF2C_00C0F03C565A__INCLUDED_
6 #endif // _MSC_VER > 1000
7 // SelectNSDialog.h : header file
9 #include "ace/Configuration.h"
11 /////////////////////////////////////////////////////////////////////////////
12 // CSelectNSDialog dialog
14 class CSelectNSDialog
: public CDialog
18 CSelectNSDialog(CWnd
* pParent
= 0); // standard constructor
21 //{{AFX_DATA(CSelectNSDialog)
22 enum { IDD
= IDD_SELECT_NS
};
26 const CString
& GetIOR() const {return m_IOR
;};
27 const CString
& GetName() const {return m_Name
;};
29 // ClassWizard generated virtual function overrides
30 //{{AFX_VIRTUAL(CSelectNSDialog)
32 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
37 // Generated message map functions
38 //{{AFX_MSG(CSelectNSDialog)
41 afx_msg
void OnRemove();
42 virtual BOOL
OnInitDialog();
43 afx_msg
void OnDestroy();
48 ACE_Configuration_Win32Registry
* m_pConfig
;
53 //{{AFX_INSERT_LOCATION}}
54 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
56 #endif // !defined(AFX_SELECTNSDIALOG_H__2AF5C353_B440_11D3_BF2C_00C0F03C565A__INCLUDED_)