summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Sequence_Latency/AMH_Single_Threaded/Roundtrip.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Sequence_Latency/AMH_Single_Threaded/Roundtrip.h')
-rw-r--r--TAO/performance-tests/Sequence_Latency/AMH_Single_Threaded/Roundtrip.h21
1 files changed, 7 insertions, 14 deletions
diff --git a/TAO/performance-tests/Sequence_Latency/AMH_Single_Threaded/Roundtrip.h b/TAO/performance-tests/Sequence_Latency/AMH_Single_Threaded/Roundtrip.h
index 8ae186869cd..4010187dc77 100644
--- a/TAO/performance-tests/Sequence_Latency/AMH_Single_Threaded/Roundtrip.h
+++ b/TAO/performance-tests/Sequence_Latency/AMH_Single_Threaded/Roundtrip.h
@@ -24,41 +24,34 @@ class Roundtrip
// = The skeleton methods
void test_octet_method (Test::AMH_RoundtripResponseHandler_ptr _tao_rh,
const Test::octet_load& ol,
- Test::Timestamp send_time)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ Test::Timestamp send_time);
void test_long_method (Test::AMH_RoundtripResponseHandler_ptr _tao_rh,
const Test::long_load& ol,
- Test::Timestamp send_time)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ Test::Timestamp send_time);
void test_short_method (Test::AMH_RoundtripResponseHandler_ptr _tao_rh,
const Test::short_load& ol,
- Test::Timestamp send_time)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ Test::Timestamp send_time);
void test_char_method (Test::AMH_RoundtripResponseHandler_ptr _tao_rh,
const Test::char_load& ol,
- Test::Timestamp send_time)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ Test::Timestamp send_time);
void test_longlong_method (Test::AMH_RoundtripResponseHandler_ptr _tao_rh,
const Test::longlong_load& ol,
- Test::Timestamp send_time)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ Test::Timestamp send_time);
void test_double_method (Test::AMH_RoundtripResponseHandler_ptr _tao_rh,
const Test::double_load& ol,
- Test::Timestamp send_time)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ Test::Timestamp send_time);
- void shutdown (Test::AMH_RoundtripResponseHandler_ptr _tao_rh)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void shutdown (Test::AMH_RoundtripResponseHandler_ptr _tao_rh);
private:
/// Use an ORB reference to conver strings to objects and shutdown