Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / utils / NamingViewer / ViewIORDialog.h
blobb600a9703ff45233542aeec72081179b88738e4f
1 #if !defined(AFX_VIEWIORDIALOG_H__A010D782_AF86_11D3_BF23_00C0F03C565A__INCLUDED_)
2 #define AFX_VIEWIORDIALOG_H__A010D782_AF86_11D3_BF23_00C0F03C565A__INCLUDED_
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // ViewIORDialog.h : header file
8 //
10 /////////////////////////////////////////////////////////////////////////////
11 // ViewIORDialog dialog
13 class ViewIORDialog : public CDialog
15 // Construction
16 public:
17 ViewIORDialog(CORBA::ORB_ptr pORB, CORBA::Object_ptr pObject, CWnd* pParent = 0); // standard constructor
19 // Dialog Data
20 //{{AFX_DATA(ViewIORDialog)
21 enum { IDD = IDD_VIEWIOR_DIALOG };
22 CTreeCtrl m_Profiles;
23 CString m_TypeID;
24 CString m_IOR;
25 //}}AFX_DATA
27 // Overrides
28 // ClassWizard generated virtual function overrides
29 //{{AFX_VIRTUAL(ViewIORDialog)
30 protected:
31 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
32 //}}AFX_VIRTUAL
34 // Implementation
35 protected:
36 // Generated message map functions
37 //{{AFX_MSG(ViewIORDialog)
38 virtual BOOL OnInitDialog();
39 afx_msg void OnApply();
40 //}}AFX_MSG
41 DECLARE_MESSAGE_MAP()
43 void DecodeIOR();
45 CORBA::Object_var m_Object;
46 CORBA::ORB_ptr m_pORB;
49 //{{AFX_INSERT_LOCATION}}
50 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
52 #endif // !defined(AFX_VIEWIORDIALOG_H__A010D782_AF86_11D3_BF23_00C0F03C565A__INCLUDED_)