summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
authormayur <mayur@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-06-07 23:35:52 +0000
committermayur <mayur@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-06-07 23:35:52 +0000
commit7884b7e6f4ee9d355d3c0c2e78a5fa76f6ce4666 (patch)
tree09d78bf9e5155c4270dfb5e8c3a4c88bea64d59c /TAO/performance-tests
parentbdb4e73f8f3059b7f5f53bef73164f4bdf9e506f (diff)
downloadATCD-7884b7e6f4ee9d355d3c0c2e78a5fa76f6ce4666.tar.gz
Jun 7 16:32:17 2002 Mayur Deshpande <mayur@ics.uci.edu>
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r--TAO/performance-tests/Latency/AMH/Single_Threaded/Roundtrip.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/Latency/AMH/Single_Threaded/Roundtrip.cpp b/TAO/performance-tests/Latency/AMH/Single_Threaded/Roundtrip.cpp
index 1e453f67ff5..68273b75f06 100644
--- a/TAO/performance-tests/Latency/AMH/Single_Threaded/Roundtrip.cpp
+++ b/TAO/performance-tests/Latency/AMH/Single_Threaded/Roundtrip.cpp
@@ -18,7 +18,7 @@ Roundtrip::test_method (
ACE_THROW_SPEC ((CORBA::SystemException))
{
//ACE_DEBUG ((LM_DEBUG, "Test_Method called\n"));
- _tao_rh->test_method (send_time);
+ _tao_rh->test_method (send_time ACE_ENV_ARG_PARAMETER);
//ACE_DEBUG ((LM_DEBUG, "RH completed\n"));
}
@@ -28,6 +28,6 @@ Roundtrip::shutdown (
ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- _tao_rh->shutdown ();
+ _tao_rh->shutdown (ACE_ENV_SINGLE_ARG_PARAMETER);
this->orb_->shutdown (0 ACE_ENV_ARG_PARAMETER);
}