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, 3 insertions, 3 deletions
diff --git a/TAO/performance-tests/Throughput/Receiver.h b/TAO/performance-tests/Throughput/Receiver.h
index d3f74c51d74..ab15144cacb 100644
--- a/TAO/performance-tests/Throughput/Receiver.h
+++ b/TAO/performance-tests/Throughput/Receiver.h
@@ -25,11 +25,11 @@ public:
Receiver (void);
// = The skeleton methods
- virtual void receive_data (const Test::Message &message,
- CORBA::Environment &ACE_TRY_ENV)
+ virtual void receive_data (const Test::Message &message
+ TAO_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void done (CORBA::Environment &ACE_TRY_ENV)
+ virtual void done (TAO_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
private: