summaryrefslogtreecommitdiff
path: root/performance-tests/Server_Concurrency/Leader_Follower/leader_follower.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Server_Concurrency/Leader_Follower/leader_follower.cpp')
-rw-r--r--performance-tests/Server_Concurrency/Leader_Follower/leader_follower.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/performance-tests/Server_Concurrency/Leader_Follower/leader_follower.cpp b/performance-tests/Server_Concurrency/Leader_Follower/leader_follower.cpp
index c607221fcf3..875f0bd2345 100644
--- a/performance-tests/Server_Concurrency/Leader_Follower/leader_follower.cpp
+++ b/performance-tests/Server_Concurrency/Leader_Follower/leader_follower.cpp
@@ -181,9 +181,9 @@ Leader_Follower_Task::svc (void)
}
static int
-parse_args (int argc, ASYS_TCHAR *argv[])
+parse_args (int argc, ACE_TCHAR *argv[])
{
- ACE_Get_Opt get_opt (argc, argv, ASYS_TEXT ("m:s:w:b:t:d:"));
+ ACE_Get_Opt get_opt (argc, argv, ACE_TEXT ("m:s:w:b:t:d:"));
int c;
while ((c = get_opt ()) != -1)
@@ -226,7 +226,7 @@ parse_args (int argc, ASYS_TCHAR *argv[])
}
int
-main (int argc, ASYS_TCHAR *argv[])
+main (int argc, ACE_TCHAR *argv[])
{
int result = parse_args (argc, argv);
if (result != 0)