diff options
Diffstat (limited to 'TAO/orbsvcs/performance-tests/RTEvent/lib/Consumer.h')
-rw-r--r-- | TAO/orbsvcs/performance-tests/RTEvent/lib/Consumer.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/lib/Consumer.h b/TAO/orbsvcs/performance-tests/RTEvent/lib/Consumer.h index 516936d79dc..4718601a084 100644 --- a/TAO/orbsvcs/performance-tests/RTEvent/lib/Consumer.h +++ b/TAO/orbsvcs/performance-tests/RTEvent/lib/Consumer.h @@ -38,8 +38,7 @@ 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); @@ -50,8 +49,7 @@ public: //@{ /** @name The RtecEventComm::PushConsumer methods */ - virtual void push (const RtecEventComm::EventSet& events - ACE_ENV_ARG_DECL) + virtual void push (const RtecEventComm::EventSet& events) ACE_THROW_SPEC ((CORBA::SystemException)); virtual void disconnect_push_consumer (void) ACE_THROW_SPEC ((CORBA::SystemException)); |