summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/Benchmark
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 12:16:53 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 12:16:53 +0000
commit1834f1357e7561c24e3fb66669c3d490dc4650d5 (patch)
treed7680d2d9461959f4690fcc36da8d6eae9e2fe62 /CIAO/performance-tests/Benchmark
parentec172a2a17e44e91470397a29ab5bb8150b794a5 (diff)
downloadATCD-1834f1357e7561c24e3fb66669c3d490dc4650d5.tar.gz
Tue Sep 16 12:15:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'CIAO/performance-tests/Benchmark')
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTrip/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/performance-tests/Benchmark/RoundTrip/client.cpp b/CIAO/performance-tests/Benchmark/RoundTrip/client.cpp
index ae4f7c4312f..0b98f53156c 100644
--- a/CIAO/performance-tests/Benchmark/RoundTrip/client.cpp
+++ b/CIAO/performance-tests/Benchmark/RoundTrip/client.cpp
@@ -27,10 +27,10 @@ int niterations = 100;
int do_dump_history = 0;
int
-parse_args (int argc, char *argv[])
+parse_args (int argc, ACE_TCHAR *argv[])
{
// Parse arguments.
- ACE_Get_Opt get_opts (argc, argv, "hxk:i:");
+ ACE_Get_Opt get_opts (argc, argv, ACE_TEXT("hxk:i:"));
int c;
while ((c = get_opts ()) != -1)