diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-09-16 11:54:19 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-09-16 11:54:19 +0000 |
commit | 313939ee0d7df7a6226e1302c22aee4272555e47 (patch) | |
tree | 3e27f2c5603085852b0a285c3a4e4a742889f452 /TAO/tests/DII_Collocation_Tests | |
parent | 7c27ae770cf7974573af5e125f8e3da65a7c914b (diff) | |
download | ATCD-313939ee0d7df7a6226e1302c22aee4272555e47.tar.gz |
Tue Sep 16 11:32:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/DII_Collocation_Tests')
-rw-r--r-- | TAO/tests/DII_Collocation_Tests/oneway/Collocated_Test.cpp | 4 | ||||
-rw-r--r-- | TAO/tests/DII_Collocation_Tests/twoway/Collocated_Test.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/DII_Collocation_Tests/oneway/Collocated_Test.cpp b/TAO/tests/DII_Collocation_Tests/oneway/Collocated_Test.cpp index d6c00db8247..ae5233183a6 100644 --- a/TAO/tests/DII_Collocation_Tests/oneway/Collocated_Test.cpp +++ b/TAO/tests/DII_Collocation_Tests/oneway/Collocated_Test.cpp @@ -18,9 +18,9 @@ ACE_CString client_orb; CORBA::Boolean debug = 0; int -parse_args (int argc, char *argv[]) +parse_args (int argc, ACE_TCHAR *argv[]) { - ACE_Get_Opt get_opts (argc, argv, "k:o:nd"); + ACE_Get_Opt get_opts (argc, argv, ACE_TEXT("k:o:nd")); int c; while ((c = get_opts ()) != -1) diff --git a/TAO/tests/DII_Collocation_Tests/twoway/Collocated_Test.cpp b/TAO/tests/DII_Collocation_Tests/twoway/Collocated_Test.cpp index 54e481006bf..221f28c77e2 100644 --- a/TAO/tests/DII_Collocation_Tests/twoway/Collocated_Test.cpp +++ b/TAO/tests/DII_Collocation_Tests/twoway/Collocated_Test.cpp @@ -22,9 +22,9 @@ ACE_CString client_orb; CORBA::Boolean debug = 0; int -parse_args (int argc, char *argv[]) +parse_args (int argc, ACE_TCHAR *argv[]) { - ACE_Get_Opt get_opts (argc, argv, "k:o:nd"); + ACE_Get_Opt get_opts (argc, argv, ACE_TEXT("k:o:nd")); int c; while ((c = get_opts ()) != -1) |