We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ab039 commit 4efd832Copy full SHA for 4efd832
TAO/utils/wxNamingViewer/wxSelectNSDialog.cpp
@@ -162,10 +162,10 @@ void WxSelectNSDialog::onAdd( wxCommandEvent& WXUNUSED(event))
162
dialog->getServerName(),
163
new wxString( dialog->getIor()));
164
ACE_Configuration_Section_Key section = config->root_section();
165
- ACE_TString value = dialog->getIor().c_str();
+ ACE_TString value = dialog->getIor().c_str().AsChar();
166
config->set_string_value(
167
section,
168
- dialog->getServerName().c_str(),
+ dialog->getServerName().c_str().AsChar(),
169
value);
170
}
171
0 commit comments