1 // wxNamingViewerFrame.h
3 #ifndef i_wxNamingViewerFrame_h
4 #define i_wxNamingViewerFrame_h
6 #include "orbsvcs/CosNamingC.h"
7 #include "wxNamingTree.h"
9 class WxNamingViewerFrame
:
14 const wxString
& title
,
18 virtual ~WxNamingViewerFrame();
20 void OnQuit( wxCommandEvent
& event
);
21 void OnAbout( wxCommandEvent
& event
);
22 void onSelectNS( wxCommandEvent
& event
);
26 CosNaming::NamingContext_var rootContext
;
28 wxTextCtrl
* serverText
;
30 class WxSelectNSDialog
* selectNS
;
34 void onMenuCopy( wxCommandEvent
& event
);
35 void onUpdateUICopy( wxUpdateUIEvent
& event
);