summaryrefslogtreecommitdiff
path: root/TAO/tests/CSD_Strategy_Tests/Broken/ClientApp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CSD_Strategy_Tests/Broken/ClientApp.cpp')
-rw-r--r--TAO/tests/CSD_Strategy_Tests/Broken/ClientApp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/CSD_Strategy_Tests/Broken/ClientApp.cpp b/TAO/tests/CSD_Strategy_Tests/Broken/ClientApp.cpp
index 211fab13a24..38cc37de3d4 100644
--- a/TAO/tests/CSD_Strategy_Tests/Broken/ClientApp.cpp
+++ b/TAO/tests/CSD_Strategy_Tests/Broken/ClientApp.cpp
@@ -17,7 +17,7 @@ ClientApp::ClientApp()
num_servants_ (1),
num_csd_threads_ (1),
num_orb_threads_ (1),
- ior_("Not Set"),
+ ior_(ACE_TEXT("Not Set")),
client_kind_(0),
client_id_(0)
{
@@ -247,7 +247,7 @@ ClientApp::usage_statement()
int
ClientApp::arg_dependency_checks()
{
- if (this->ior_ == "Not Set")
+ if (this->ior_ == ACE_TEXT("Not Set"))
{
ACE_ERROR((LM_ERROR,
"Error: Missing required command-line option (-i <ior>).\n"));