summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/EC_Latency/Supplier.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/performance-tests/EC_Latency/Supplier.h')
-rw-r--r--TAO/orbsvcs/performance-tests/EC_Latency/Supplier.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/performance-tests/EC_Latency/Supplier.h b/TAO/orbsvcs/performance-tests/EC_Latency/Supplier.h
index 85485f85335..e9e26a788bf 100644
--- a/TAO/orbsvcs/performance-tests/EC_Latency/Supplier.h
+++ b/TAO/orbsvcs/performance-tests/EC_Latency/Supplier.h
@@ -30,20 +30,20 @@ public:
ECL_Supplier (void);
/// Connect to the event channel
- void connect (RtecEventChannelAdmin::EventChannel_ptr ec,
- CORBA::Environment &ACE_TRY_ENV);
+ void connect (RtecEventChannelAdmin::EventChannel_ptr ec
+ TAO_ENV_ARG_DECL);
/// Disconnect from the event channel
- void disconnect (CORBA::Environment &ACE_TRY_ENV);
+ void disconnect (TAO_ENV_SINGLE_ARG_DECL);
- void push (const RtecEventComm::EventSet &events,
- CORBA::Environment &)
+ void push (const RtecEventComm::EventSet &events
+ TAO_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
//@{
/** @name The RtecEventComm::PushSupplier methods
*/
- virtual void disconnect_push_supplier (CORBA::Environment &)
+ virtual void disconnect_push_supplier (TAO_ENV_SINGLE_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
//@}