1 #if !defined(AFX_VIEWIORDIALOG_H__A010D782_AF86_11D3_BF23_00C0F03C565A__INCLUDED_)
2 #define AFX_VIEWIORDIALOG_H__A010D782_AF86_11D3_BF23_00C0F03C565A__INCLUDED_
6 #endif // _MSC_VER > 1000
7 // ViewIORDialog.h : header file
10 /////////////////////////////////////////////////////////////////////////////
11 // ViewIORDialog dialog
13 class ViewIORDialog
: public CDialog
17 ViewIORDialog(CORBA::ORB_ptr pORB
, CORBA::Object_ptr pObject
, CWnd
* pParent
= 0); // standard constructor
20 //{{AFX_DATA(ViewIORDialog)
21 enum { IDD
= IDD_VIEWIOR_DIALOG
};
28 // ClassWizard generated virtual function overrides
29 //{{AFX_VIRTUAL(ViewIORDialog)
31 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
37 // Generated message map functions
38 //{{AFX_MSG(ViewIORDialog)
39 virtual BOOL
OnInitDialog();
40 afx_msg
void OnApply();
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_)