summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/DII_Latency/Roundtrip.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/DII_Latency/Roundtrip.cpp')
-rw-r--r--TAO/performance-tests/DII_Latency/Roundtrip.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/performance-tests/DII_Latency/Roundtrip.cpp b/TAO/performance-tests/DII_Latency/Roundtrip.cpp
index 8d780f15724..c211bfe9bc6 100644
--- a/TAO/performance-tests/DII_Latency/Roundtrip.cpp
+++ b/TAO/performance-tests/DII_Latency/Roundtrip.cpp
@@ -11,16 +11,16 @@ Roundtrip::Roundtrip (CORBA::ORB_ptr orb)
}
Test::Timestamp
-Roundtrip::test_method (Test::Timestamp send_time,
- CORBA::Environment &)
+Roundtrip::test_method (Test::Timestamp send_time
+ TAO_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException))
{
return send_time;
}
void
-Roundtrip::shutdown (CORBA::Environment &ACE_TRY_ENV)
+Roundtrip::shutdown (TAO_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->orb_->shutdown (0, ACE_TRY_ENV);
+ this->orb_->shutdown (0 TAO_ENV_ARG_PARAMETER);
}