summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Sequence_Latency/AMH_Single_Threaded/Roundtrip.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Sequence_Latency/AMH_Single_Threaded/Roundtrip.cpp')
-rw-r--r--TAO/performance-tests/Sequence_Latency/AMH_Single_Threaded/Roundtrip.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/TAO/performance-tests/Sequence_Latency/AMH_Single_Threaded/Roundtrip.cpp b/TAO/performance-tests/Sequence_Latency/AMH_Single_Threaded/Roundtrip.cpp
index 5c13f7380ae..aa7bdcd9c85 100644
--- a/TAO/performance-tests/Sequence_Latency/AMH_Single_Threaded/Roundtrip.cpp
+++ b/TAO/performance-tests/Sequence_Latency/AMH_Single_Threaded/Roundtrip.cpp
@@ -15,7 +15,6 @@ Roundtrip::test_octet_method (
Test::AMH_RoundtripResponseHandler_ptr _tao_rh,
const Test::octet_load &,
Test::Timestamp send_time)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
//ACE_DEBUG ((LM_DEBUG, "Test_Octet_Method called\n"));
_tao_rh->test_octet_method (send_time);
@@ -27,7 +26,6 @@ Roundtrip::test_long_method (
Test::AMH_RoundtripResponseHandler_ptr _tao_rh,
const Test::long_load &,
Test::Timestamp send_time)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
//ACE_DEBUG ((LM_DEBUG, "Test_Long_Method called\n"));
_tao_rh->test_long_method (send_time);
@@ -39,7 +37,6 @@ Roundtrip::test_short_method (
Test::AMH_RoundtripResponseHandler_ptr _tao_rh,
const Test::short_load &,
Test::Timestamp send_time)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
//ACE_DEBUG ((LM_DEBUG, "Test_Short_Method called\n"));
_tao_rh->test_short_method (send_time);
@@ -51,7 +48,6 @@ Roundtrip::test_char_method (
Test::AMH_RoundtripResponseHandler_ptr _tao_rh,
const Test::char_load &,
Test::Timestamp send_time)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
//ACE_DEBUG ((LM_DEBUG, "Test_Char_Method called\n"));
_tao_rh->test_char_method (send_time);
@@ -64,7 +60,6 @@ Roundtrip::test_longlong_method (
Test::AMH_RoundtripResponseHandler_ptr _tao_rh,
const Test::longlong_load &,
Test::Timestamp send_time)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
//ACE_DEBUG ((LM_DEBUG, "Test_Longlong_Method called\n"));
_tao_rh->test_longlong_method (send_time);
@@ -76,7 +71,6 @@ Roundtrip::test_double_method (
Test::AMH_RoundtripResponseHandler_ptr _tao_rh,
const Test::double_load &,
Test::Timestamp send_time)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
//ACE_DEBUG ((LM_DEBUG, "Test_Double_Method called\n"));
_tao_rh->test_double_method (send_time);
@@ -86,7 +80,6 @@ Roundtrip::test_double_method (
void
Roundtrip::shutdown (
Test::AMH_RoundtripResponseHandler_ptr _tao_rh)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
_tao_rh->shutdown ();
this->orb_->shutdown (0);