summaryrefslogtreecommitdiff
path: root/TAO/tests/IPV6
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 11:54:19 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 11:54:19 +0000
commit313939ee0d7df7a6226e1302c22aee4272555e47 (patch)
tree3e27f2c5603085852b0a285c3a4e4a742889f452 /TAO/tests/IPV6
parent7c27ae770cf7974573af5e125f8e3da65a7c914b (diff)
downloadATCD-313939ee0d7df7a6226e1302c22aee4272555e47.tar.gz
Tue Sep 16 11:32:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/IPV6')
-rw-r--r--TAO/tests/IPV6/client.cpp4
-rw-r--r--TAO/tests/IPV6/server.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/IPV6/client.cpp b/TAO/tests/IPV6/client.cpp
index da3d8f52e63..e6df3961d13 100644
--- a/TAO/tests/IPV6/client.cpp
+++ b/TAO/tests/IPV6/client.cpp
@@ -11,9 +11,9 @@ const char *ior = "file://test.ior";
bool expect_error = false;
int
-parse_args (int argc, char *argv[])
+parse_args (int argc, ACE_TCHAR *argv[])
{
- ACE_Get_Opt get_opts (argc, argv, "k:x");
+ ACE_Get_Opt get_opts (argc, argv, ACE_TEXT("k:x"));
int c;
while ((c = get_opts ()) != -1)
diff --git a/TAO/tests/IPV6/server.cpp b/TAO/tests/IPV6/server.cpp
index c3790eede0f..83f432d885f 100644
--- a/TAO/tests/IPV6/server.cpp
+++ b/TAO/tests/IPV6/server.cpp
@@ -11,9 +11,9 @@ ACE_RCSID (Hello,
const char *ior_output_file = "test.ior";
int
-parse_args (int argc, char *argv[])
+parse_args (int argc, ACE_TCHAR *argv[])
{
- ACE_Get_Opt get_opts (argc, argv, "o:");
+ ACE_Get_Opt get_opts (argc, argv, ACE_TEXT("o:"));
int c;
while ((c = get_opts ()) != -1)