summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_MT_Mcast/MCast.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 12:12:29 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 12:12:29 +0000
commitf1c5ba8bfcbc7b7361d428eb4e3f9f593569e6ff (patch)
tree48192b8f12e759fbdf0bb11e8d3af6793f6179b5 /TAO/orbsvcs/tests/EC_MT_Mcast/MCast.cpp
parente7d68d348c0369c0f3b3f566481e561907593e7d (diff)
downloadATCD-f1c5ba8bfcbc7b7361d428eb4e3f9f593569e6ff.tar.gz
Tue Sep 16 12:03:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/EC_MT_Mcast/MCast.cpp')
-rw-r--r--TAO/orbsvcs/tests/EC_MT_Mcast/MCast.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/EC_MT_Mcast/MCast.cpp b/TAO/orbsvcs/tests/EC_MT_Mcast/MCast.cpp
index 7b7079fe1c9..0563a021801 100644
--- a/TAO/orbsvcs/tests/EC_MT_Mcast/MCast.cpp
+++ b/TAO/orbsvcs/tests/EC_MT_Mcast/MCast.cpp
@@ -59,7 +59,7 @@ run_orb_within_thread (void *)
return 0;
}
-int parse_args (int argc, char *argv[]);
+int parse_args (int argc, ACE_TCHAR *argv[]);
int
ACE_TMAIN(int argc, ACE_TCHAR *argv[])
@@ -353,9 +353,9 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
// ****************************************************************
-int parse_args (int argc, char *argv[])
+int parse_args (int argc, ACE_TCHAR *argv[])
{
- ACE_Get_Opt get_opts (argc, argv, "m:");
+ ACE_Get_Opt get_opts (argc, argv, ACE_TEXT("m:"));
int c;
while ((c = get_opts ()) != -1)