summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/Latency_Query_Client.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-29 08:02:27 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-29 08:02:27 +0000
commit3ccd3caa66a249f02abfe439d4bc44bc855cfb99 (patch)
tree3bb6590023a07cdf663eeec501b54c46f26c9e21 /TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/Latency_Query_Client.cpp
parent51ddf0daf03683512eb41a0e7f7a7823ef10f2eb (diff)
downloadATCD-3ccd3caa66a249f02abfe439d4bc44bc855cfb99.tar.gz
Mon Sep 29 07:59:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/Latency_Query_Client.cpp')
-rw-r--r--TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/Latency_Query_Client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/Latency_Query_Client.cpp b/TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/Latency_Query_Client.cpp
index a6262595679..faa84a55cb6 100644
--- a/TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/Latency_Query_Client.cpp
+++ b/TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/Latency_Query_Client.cpp
@@ -27,7 +27,7 @@ Latency_Query_Client::~Latency_Query_Client (void)
int
Latency_Query_Client::init (int argc,
- char *argv[])
+ ACE_TCHAR *argv[])
{
try
{
@@ -148,7 +148,7 @@ Latency_Query_Client::run (void)
int
Latency_Query_Client::parse_args (int argc,
- char *argv[])
+ ACE_TCHAR *argv[])
{
ACE_Get_Opt opts (argc, argv, ACE_TEXT("dhi:"));
int c;