summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/Deferred/Roundtrip.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Latency/Deferred/Roundtrip.h')
-rw-r--r--TAO/performance-tests/Latency/Deferred/Roundtrip.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/performance-tests/Latency/Deferred/Roundtrip.h b/TAO/performance-tests/Latency/Deferred/Roundtrip.h
index c18e2f831b4..9ea3a22bc1c 100644
--- a/TAO/performance-tests/Latency/Deferred/Roundtrip.h
+++ b/TAO/performance-tests/Latency/Deferred/Roundtrip.h
@@ -22,11 +22,9 @@ public:
Roundtrip (CORBA::ORB_ptr orb);
// = The skeleton methods
- virtual Test::Timestamp test_method (Test::Timestamp send_time)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual Test::Timestamp test_method (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