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
36 // Generated message map functions
37 //{{AFX_MSG(ViewIORDialog)
38 virtual BOOL
OnInitDialog();
39 afx_msg
void OnApply();
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_)