summaryrefslogtreecommitdiff
path: root/TAO/tests/Nested_Upcall_Crash/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Nested_Upcall_Crash/client.cpp')
-rw-r--r--TAO/tests/Nested_Upcall_Crash/client.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Nested_Upcall_Crash/client.cpp b/TAO/tests/Nested_Upcall_Crash/client.cpp
index 8b840226d21..867bc31d66f 100644
--- a/TAO/tests/Nested_Upcall_Crash/client.cpp
+++ b/TAO/tests/Nested_Upcall_Crash/client.cpp
@@ -13,7 +13,7 @@ ACE_RCSID(Nested_Upcall_Crash, client, "$Id$")
const char *ior = "file://test.ior";
int
-parse_args (int argc, char *argv[]);
+parse_args (int argc, ACE_TCHAR *argv[]);
class Timer : public ACE_Event_Handler
{
@@ -132,9 +132,9 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
}
int
-parse_args (int argc, char *argv[])
+parse_args (int argc, ACE_TCHAR *argv[])
{
- ACE_Get_Opt get_opts (argc, argv, "k:");
+ ACE_Get_Opt get_opts (argc, argv, ACE_TEXT("k:"));
int c;
while ((c = get_opts ()) != -1)