summaryrefslogtreecommitdiff
path: root/ACE/netsvcs/clients/Tokens/rw_lock/rw_locks.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 12:20:46 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 12:20:46 +0000
commit92689b3112351ef4589d5ec03933c8cb9fba4137 (patch)
tree87f0932b3eb46ea9d9ee3827ddef80cd79c67f39 /ACE/netsvcs/clients/Tokens/rw_lock/rw_locks.cpp
parent53bf0987f41356aa695d24d7429529f894047999 (diff)
downloadATCD-92689b3112351ef4589d5ec03933c8cb9fba4137.tar.gz
Tue Sep 16 12:19:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/netsvcs/clients/Tokens/rw_lock/rw_locks.cpp')
-rw-r--r--ACE/netsvcs/clients/Tokens/rw_lock/rw_locks.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/netsvcs/clients/Tokens/rw_lock/rw_locks.cpp b/ACE/netsvcs/clients/Tokens/rw_lock/rw_locks.cpp
index 23d6a5e7f20..7e4e3264671 100644
--- a/ACE/netsvcs/clients/Tokens/rw_lock/rw_locks.cpp
+++ b/ACE/netsvcs/clients/Tokens/rw_lock/rw_locks.cpp
@@ -141,11 +141,11 @@ run_thread (void *)
}
static int
-parse_args (int argc, char *argv[])
+parse_args (int argc, ACE_TCHAR *argv[])
{
ACE_LOG_MSG->open (argv[0], ACE_Log_Msg::STDERR); // | ACE_Log_Msg::VERBOSE);
- ACE_Get_Opt get_opt (argc, argv, "t:iun:dr:sp:h:R", 1);
+ ACE_Get_Opt get_opt (argc, argv, ACE_TEXT("t:iun:dr:sp:h:R"), 1);
for (int c; (c = get_opt ()) != -1; )
{