summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Reconnecting/Consumer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Reconnecting/Consumer.cpp')
-rw-r--r--TAO/orbsvcs/tests/Notify/Reconnecting/Consumer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Reconnecting/Consumer.cpp b/TAO/orbsvcs/tests/Notify/Reconnecting/Consumer.cpp
index de2e3a3eff2..3c9f15e0e97 100644
--- a/TAO/orbsvcs/tests/Notify/Reconnecting/Consumer.cpp
+++ b/TAO/orbsvcs/tests/Notify/Reconnecting/Consumer.cpp
@@ -798,7 +798,7 @@ Consumer_Main::parse_args (int argc, ACE_TCHAR *argv[])
}
int
-Consumer_Main::parse_single_arg (int argc, char *argv[])
+Consumer_Main::parse_single_arg (int argc, ACE_TCHAR *argv[])
{
int consumed = 0;
if (ACE_OS::strcasecmp (argv[0], "-any") == 0)
@@ -873,7 +873,7 @@ void Consumer_Main::usage(FILE * out)const
//FUZZ: enable check_for_lack_ACE_OS
}
-int Consumer_Main::init (int argc, char *argv[])
+int Consumer_Main::init (int argc, ACE_TCHAR *argv[])
{
this->orb_ = CORBA::ORB_init (argc, argv);