summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/POA/Implicit_Activation/collocated.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/POA/Implicit_Activation/collocated.cpp')
-rw-r--r--TAO/performance-tests/POA/Implicit_Activation/collocated.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/POA/Implicit_Activation/collocated.cpp b/TAO/performance-tests/POA/Implicit_Activation/collocated.cpp
index 95334b5ff93..1ebe294a825 100644
--- a/TAO/performance-tests/POA/Implicit_Activation/collocated.cpp
+++ b/TAO/performance-tests/POA/Implicit_Activation/collocated.cpp
@@ -15,9 +15,9 @@ int niterations = 10000;
int do_dump_history = 0;
int
-parse_args (int argc, char *argv[])
+parse_args (int argc, ACE_TCHAR *argv[])
{
- ACE_Get_Opt get_opts (argc, argv, "hi:");
+ ACE_Get_Opt get_opts (argc, argv, ACE_TEXT("hi:"));
int c;
while ((c = get_opts ()) != -1)