diff options
Diffstat (limited to 'TAO/DevGuideExamples/NotifyService/SupplierSideNC/StructuredEventConsumer_i.h')
-rw-r--r-- | TAO/DevGuideExamples/NotifyService/SupplierSideNC/StructuredEventConsumer_i.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/TAO/DevGuideExamples/NotifyService/SupplierSideNC/StructuredEventConsumer_i.h b/TAO/DevGuideExamples/NotifyService/SupplierSideNC/StructuredEventConsumer_i.h index df0084d5f86..49e983dd765 100644 --- a/TAO/DevGuideExamples/NotifyService/SupplierSideNC/StructuredEventConsumer_i.h +++ b/TAO/DevGuideExamples/NotifyService/SupplierSideNC/StructuredEventConsumer_i.h @@ -11,18 +11,13 @@ public: StructuredEventConsumer_i(CORBA::ORB_ptr orb); virtual void push_structured_event( - const CosNotification::StructuredEvent ¬ification) - throw (CORBA::SystemException, - CosEventComm::Disconnected); + const CosNotification::StructuredEvent ¬ification); virtual void offer_change ( const CosNotification::EventTypeSeq & added, - const CosNotification::EventTypeSeq & removed) - throw (CORBA::SystemException, - CosNotifyComm::InvalidEventType); + const CosNotification::EventTypeSeq & removed); - virtual void disconnect_structured_push_consumer() - throw (CORBA::SystemException); + virtual void disconnect_structured_push_consumer(); private: CORBA::ORB_var orb_; |