From dfba4164b789c33a90dd4db1b23b3b1edae407b4 Mon Sep 17 00:00:00 2001 From: parsons Date: Fri, 13 Dec 2002 20:42:01 +0000 Subject: ChangeLogTag: Fri Dec 13 14:30:19 2002 Jeff Parsons --- TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/Latency_Query_Client.cpp | 4 ++-- 1 file 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 824b5879aad..51c9f3bfad0 100644 --- a/TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/Latency_Query_Client.cpp +++ b/TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/Latency_Query_Client.cpp @@ -99,7 +99,6 @@ Latency_Query_Client::run (void) { for (int j = 0; j < 100; ++j) { - ACE_hrtime_t start = 0; dk = this->tdef_->def_kind (ACE_ENV_SINGLE_ARG_PARAMETER); if (dk != CORBA::dk_Alias) @@ -113,7 +112,7 @@ Latency_Query_Client::run (void) ACE_Sample_History history (this->iterations_); ACE_hrtime_t test_start = ACE_OS::gethrtime (); - for (int i = 0; i < this->iterations_; ++i) + for (CORBA::ULong i = 0; i < this->iterations_; ++i) { ACE_hrtime_t start = ACE_OS::gethrtime (); @@ -160,6 +159,7 @@ Latency_Query_Client::run (void) return 0; } +int Latency_Query_Client::parse_args (int argc, char *argv[]) { -- cgit v1.2.1