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
38 // Generated message map functions
39 //{{AFX_MSG(CSelectNSDialog)
42 afx_msg
void OnRemove();
43 virtual BOOL
OnInitDialog();
44 afx_msg
void OnDestroy();
49 ACE_Configuration_Win32Registry
* m_pConfig
;
54 //{{AFX_INSERT_LOCATION}}
55 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
57 #endif // !defined(AFX_SELECTNSDIALOG_H__2AF5C353_B440_11D3_BF2C_00C0F03C565A__INCLUDED_)