summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/Locator_Options.cpp
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-12-21 18:40:05 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-12-21 18:40:05 +0000
commit926e77aeaf8ead86c632dd913f4b141941b9696c (patch)
treebaabf748a69c0e7fb3942b0ea6be9c5a3f5d2f45 /TAO/orbsvcs/ImplRepo_Service/Locator_Options.cpp
parent22e501500cdb5291e5196dc0976d80e1e77099ef (diff)
downloadATCD-926e77aeaf8ead86c632dd913f4b141941b9696c.tar.gz
ChangeLogTag: Tue Dec 21 12:37:42 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service/Locator_Options.cpp')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/Locator_Options.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/Locator_Options.cpp b/TAO/orbsvcs/ImplRepo_Service/Locator_Options.cpp
index b4bc4f374dd..70e960a31b7 100644
--- a/TAO/orbsvcs/ImplRepo_Service/Locator_Options.cpp
+++ b/TAO/orbsvcs/ImplRepo_Service/Locator_Options.cpp
@@ -445,9 +445,9 @@ Options::service_command(void) const
return this->service_command_;
}
-const ACE_CString&
+const char*
Options::cmdline(void) const {
- return this->cmdline_;
+ return this->cmdline_.c_str ();
}
const ACE_CString&