diff options
Diffstat (limited to 'TAO/orbsvcs/performance-tests/RTEvent/lib/Supplier.h')
-rw-r--r-- | TAO/orbsvcs/performance-tests/RTEvent/lib/Supplier.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/lib/Supplier.h b/TAO/orbsvcs/performance-tests/RTEvent/lib/Supplier.h index b164fd51e46..ebb88581e01 100644 --- a/TAO/orbsvcs/performance-tests/RTEvent/lib/Supplier.h +++ b/TAO/orbsvcs/performance-tests/RTEvent/lib/Supplier.h @@ -43,16 +43,13 @@ public: /// Disconnect from the event channel void disconnect (void); - void push (const RtecEventComm::EventSet &events) - ACE_THROW_SPEC ((CORBA::SystemException)); + void push (const RtecEventComm::EventSet &events); //@{ /** @name The RtecEventComm::PushSupplier methods */ - virtual void disconnect_push_supplier (void) - ACE_THROW_SPEC ((CORBA::SystemException)); - virtual PortableServer::POA_ptr _default_POA (void) - ACE_THROW_SPEC ((CORBA::SystemException)); + virtual void disconnect_push_supplier (void); + virtual PortableServer::POA_ptr _default_POA (void); //@} private: |