summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Throughput/Receiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Throughput/Receiver.h')
-rw-r--r--TAO/performance-tests/Throughput/Receiver.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/performance-tests/Throughput/Receiver.h b/TAO/performance-tests/Throughput/Receiver.h
index 322f3e39eb5..10b4b65544b 100644
--- a/TAO/performance-tests/Throughput/Receiver.h
+++ b/TAO/performance-tests/Throughput/Receiver.h
@@ -23,11 +23,9 @@ public:
Receiver (void);
// = The skeleton methods
- virtual void receive_data (const Test::Message &message)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void receive_data (const Test::Message &message);
- virtual void done (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void done (void);
private:
/// The timestamp for the first message