3 #ifndef i_wxViewIORDialog_h
4 #define i_wxViewIORDialog_h
13 CORBA::Object_ptr object
,
17 void OnApply( wxCommandEvent
& event
);
18 void onIORText( wxCommandEvent
& event
);
19 virtual bool TransferDataFromWindow();
20 virtual bool TransferDataToWindow();
25 class wxTextCtrl
* typeIDText
;
26 class wxTextCtrl
* iorText
;
27 class wxTreeCtrl
* profiles
;
28 class wxButton
* applyButton
;
30 CORBA::Object_var object
;