summaryrefslogtreecommitdiff
path: root/TAO/utils/NamingViewer/SelectNSDialog.h
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-09-06 22:58:52 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-09-06 22:58:52 +0000
commitb04ea15c2c0ddf7cbbfd7b06e6cb7e9e798db13c (patch)
treecb3182cdf7360cc3775e510f4885fdfa21f1b31d /TAO/utils/NamingViewer/SelectNSDialog.h
parent86e1239f1edae19294377c8168c0649dff579bef (diff)
downloadATCD-b04ea15c2c0ddf7cbbfd7b06e6cb7e9e798db13c.tar.gz
Thu Sep 6 22:57:44 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'TAO/utils/NamingViewer/SelectNSDialog.h')
-rw-r--r--TAO/utils/NamingViewer/SelectNSDialog.h40
1 files changed, 20 insertions, 20 deletions
diff --git a/TAO/utils/NamingViewer/SelectNSDialog.h b/TAO/utils/NamingViewer/SelectNSDialog.h
index 76e6de3002d..27a90c4a599 100644
--- a/TAO/utils/NamingViewer/SelectNSDialog.h
+++ b/TAO/utils/NamingViewer/SelectNSDialog.h
@@ -16,35 +16,35 @@ class CSelectNSDialog : public CDialog
{
// Construction
public:
- CSelectNSDialog(CWnd* pParent = 0); // standard constructor
+ CSelectNSDialog(CWnd* pParent = 0); // standard constructor
// Dialog Data
- //{{AFX_DATA(CSelectNSDialog)
- enum { IDD = IDD_SELECT_NS };
- CListBox m_Servers;
- //}}AFX_DATA
-
+ //{{AFX_DATA(CSelectNSDialog)
+ enum { IDD = IDD_SELECT_NS };
+ CListBox m_Servers;
+ //}}AFX_DATA
+
const CString& GetIOR() const {return m_IOR;};
const CString& GetName() const {return m_Name;};
// Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSelectNSDialog)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
+ // ClassWizard generated virtual function overrides
+ //{{AFX_VIRTUAL(CSelectNSDialog)
+ protected:
+ virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
+ //}}AFX_VIRTUAL
// Implementation
protected:
- // Generated message map functions
- //{{AFX_MSG(CSelectNSDialog)
- virtual void OnOK();
- afx_msg void OnAdd();
- afx_msg void OnRemove();
- virtual BOOL OnInitDialog();
- afx_msg void OnDestroy();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
+ // Generated message map functions
+ //{{AFX_MSG(CSelectNSDialog)
+ virtual void OnOK();
+ afx_msg void OnAdd();
+ afx_msg void OnRemove();
+ virtual BOOL OnInitDialog();
+ afx_msg void OnDestroy();
+ //}}AFX_MSG
+ DECLARE_MESSAGE_MAP()
ACE_Configuration_Win32Registry* m_pConfig;