Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / utils / NamingViewer / ViewIORDialog.h
bloba49de2b8724042e2ace58ea5db1365a2f9725f43
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:
37 // Generated message map functions
38 //{{AFX_MSG(ViewIORDialog)
39 virtual BOOL OnInitDialog();
40 afx_msg void OnApply();
41 //}}AFX_MSG
42 DECLARE_MESSAGE_MAP()
44 void DecodeIOR();
46 CORBA::Object_var m_Object;
47 CORBA::ORB_ptr m_pORB;
50 //{{AFX_INSERT_LOCATION}}
51 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
53 #endif // !defined(AFX_VIEWIORDIALOG_H__A010D782_AF86_11D3_BF23_00C0F03C565A__INCLUDED_)