diff options
Diffstat (limited to 'TAO/orbsvcs/tests/COIOP_Naming_Test')
-rw-r--r-- | TAO/orbsvcs/tests/COIOP_Naming_Test/COIOP_Test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/COIOP_Naming_Test/COIOP_Test.cpp b/TAO/orbsvcs/tests/COIOP_Naming_Test/COIOP_Test.cpp index 89d052de82e..c0236657c25 100644 --- a/TAO/orbsvcs/tests/COIOP_Naming_Test/COIOP_Test.cpp +++ b/TAO/orbsvcs/tests/COIOP_Naming_Test/COIOP_Test.cpp @@ -13,9 +13,9 @@ ACE_CString client_orb; CORBA::Boolean result = false; int -parse_args (int argc, char *argv[]) +parse_args (int argc, ACE_TCHAR *argv[]) { - ACE_Get_Opt get_opts (argc, argv, "sk:o:n"); + ACE_Get_Opt get_opts (argc, argv, ACE_TEXT("sk:o:n")); int c; while ((c = get_opts ()) != -1) |