summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/lib/Driver.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-10 11:40:26 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-10 11:40:26 +0000
commit4aced2d6c3b2a25bd9b0433078fc444b3d3ba82f (patch)
treead3f5bfe47b730c6dc3cac955a225bdde16682ec /TAO/orbsvcs/tests/Notify/lib/Driver.cpp
parent08168407fb55ac2e8f85982eaf9deef53cf44aad (diff)
downloadATCD-4aced2d6c3b2a25bd9b0433078fc444b3d3ba82f.tar.gz
Fri Oct 11 11:39:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib/Driver.cpp')
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Driver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/Driver.cpp b/TAO/orbsvcs/tests/Notify/lib/Driver.cpp
index 99a4f5f3459..c8585a5c820 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Driver.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/Driver.cpp
@@ -213,7 +213,7 @@ TAO_Notify_Tests_Driver::parse_args (int argc, ACE_TCHAR *argv[])
arg_shifter.consume_arg ();
}
- else if (arg_shifter.cur_arg_strncasecmp ("-Skip_Priority_Levels_Check") == 0) // Skip the check for multiple priority levels.
+ else if (arg_shifter.cur_arg_strncasecmp (ACE_TEXT("-Skip_Priority_Levels_Check")) == 0) // Skip the check for multiple priority levels.
{
this->skip_priority_levels_check_ = 1;
@@ -234,7 +234,7 @@ TAO_Notify_Tests_Driver::init (int argc, ACE_TCHAR *argv[])
ACE_Argv_Type_Converter command_line(argc, argv);
this->orb_ = CORBA::ORB_init (command_line.get_argc(),
- command_line.get_ASCII_argv(),
+ command_line.get_TCHAR_argv(),
"");
if (this->parse_args (argc, argv) == -1)