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