diff options
Diffstat (limited to 'TAO/orbsvcs/performance-tests/RTEvent/lib/Supplier.h')
-rw-r--r-- | TAO/orbsvcs/performance-tests/RTEvent/lib/Supplier.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/lib/Supplier.h b/TAO/orbsvcs/performance-tests/RTEvent/lib/Supplier.h index 3dc90af4fc0..b164fd51e46 100644 --- a/TAO/orbsvcs/performance-tests/RTEvent/lib/Supplier.h +++ b/TAO/orbsvcs/performance-tests/RTEvent/lib/Supplier.h @@ -38,14 +38,12 @@ public: PortableServer::POA_ptr poa); /// Connect to the event channel - void connect (RtecEventChannelAdmin::EventChannel_ptr ec - ACE_ENV_ARG_DECL); + void connect (RtecEventChannelAdmin::EventChannel_ptr ec); /// Disconnect from the event channel void disconnect (void); - void push (const RtecEventComm::EventSet &events - ACE_ENV_ARG_DECL_NOT_USED) + void push (const RtecEventComm::EventSet &events) ACE_THROW_SPEC ((CORBA::SystemException)); //@{ |