summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/CSD_Strategy/TestApps/ClientApp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/CSD_Strategy/TestApps/ClientApp.cpp')
-rw-r--r--TAO/performance-tests/CSD_Strategy/TestApps/ClientApp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/CSD_Strategy/TestApps/ClientApp.cpp b/TAO/performance-tests/CSD_Strategy/TestApps/ClientApp.cpp
index 423866c5fb6..9ff54a057a7 100644
--- a/TAO/performance-tests/CSD_Strategy/TestApps/ClientApp.cpp
+++ b/TAO/performance-tests/CSD_Strategy/TestApps/ClientApp.cpp
@@ -78,11 +78,11 @@ ClientApp::cleanup()
int
-ClientApp::parse_args(int argc, char* argv[])
+ClientApp::parse_args(int argc, ACE_TCHAR* argv[])
{
this->exe_name_ = argv[0];
- ACE_Get_Opt get_opts(argc, argv, "i:n:l:");
+ ACE_Get_Opt get_opts(argc, argv, ACE_TEXT("i:n:l:"));
int c;