summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/Benchmark/RoundTripServer/LatencyTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/performance-tests/Benchmark/RoundTripServer/LatencyTest.cpp')
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTripServer/LatencyTest.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/CIAO/performance-tests/Benchmark/RoundTripServer/LatencyTest.cpp b/CIAO/performance-tests/Benchmark/RoundTripServer/LatencyTest.cpp
index 7d6970661a9..a1e3ed4f588 100644
--- a/CIAO/performance-tests/Benchmark/RoundTripServer/LatencyTest.cpp
+++ b/CIAO/performance-tests/Benchmark/RoundTripServer/LatencyTest.cpp
@@ -11,8 +11,7 @@ LatencyTest_Impl::LatencyTest_Impl (CORBA::ORB_ptr orb)
CORBA::Long
-LatencyTest_Impl::makeCall (CORBA::Long send_time
- ACE_ENV_ARG_DECL_NOT_USED)
+LatencyTest_Impl::makeCall (CORBA::Long send_time)
ACE_THROW_SPEC ((CORBA::SystemException))
{
if (CIAO::debug_level () > 0)
@@ -22,8 +21,8 @@ LatencyTest_Impl::makeCall (CORBA::Long send_time
}
void
-LatencyTest_Impl::shutdown (void)
+LatencyTest_Impl::shutdown ()
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->orb_->shutdown (0 ACE_ENV_ARG_PARAMETER);
+ this->orb_->shutdown (0);
}