3 #ifndef i_WxSelectNSDialog_h
4 #define i_WxSelectNSDialog_h
6 class WxSelectNSDialog
: public
10 WxSelectNSDialog( wxWindow
* parent
);
11 virtual ~WxSelectNSDialog();
13 const wxString
& getIOR() const {return ior
;};
14 const wxString
& getServerName() const {return serverName
;};
17 void onAdd( wxCommandEvent
& event
);
18 void onDefault( wxCommandEvent
& event
);
19 void onInitDialog( wxInitDialogEvent
& event
);
20 void onOK( wxCommandEvent
& event
);
21 void onRemove( wxCommandEvent
& event
);
22 void onLeftDClick( wxMouseEvent
& event
);
24 class ACE_Configuration
* config
;