From 63165b00e2d667e39e15cf084128d94a563d484e Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Sat, 8 Dec 2001 21:59:30 +0000 Subject: Merged corba-env-clean branch. --- TAO/orbsvcs/performance-tests/EC_Latency/Supplier.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'TAO/orbsvcs/performance-tests/EC_Latency/Supplier.h') 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)); //@} -- cgit v1.2.1