diff options
Diffstat (limited to 'TAO/DevGuideExamples/EventServices/RTEC_Federated/EchoEventConsumer_i.h')
-rw-r--r-- | TAO/DevGuideExamples/EventServices/RTEC_Federated/EchoEventConsumer_i.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/DevGuideExamples/EventServices/RTEC_Federated/EchoEventConsumer_i.h b/TAO/DevGuideExamples/EventServices/RTEC_Federated/EchoEventConsumer_i.h index 66b22473ea2..abe88a334e1 100644 --- a/TAO/DevGuideExamples/EventServices/RTEC_Federated/EchoEventConsumer_i.h +++ b/TAO/DevGuideExamples/EventServices/RTEC_Federated/EchoEventConsumer_i.h @@ -18,11 +18,9 @@ class EchoEventConsumer_i : public virtual POA_RtecEventComm::PushConsumer int event_limit); // Override operations from PushConsumer interface. - virtual void push(const RtecEventComm::EventSet& events) - throw(CORBA::SystemException); + virtual void push(const RtecEventComm::EventSet& events); - virtual void disconnect_push_consumer() - throw(CORBA::SystemException); + virtual void disconnect_push_consumer(); private: CORBA::ORB_var orb_; |