diff options
author | Abdullah Sowayan <sowayan@users.noreply.github.com> | 2008-10-21 23:50:20 +0000 |
---|---|---|
committer | Abdullah Sowayan <sowayan@users.noreply.github.com> | 2008-10-21 23:50:20 +0000 |
commit | b11e0121ffc6cf99f7bf9243273bf01703ebdb29 (patch) | |
tree | 368895fbe8a6df9430832408d6d951690cbd8ad5 /TAO/DevGuideExamples/NotifyService/Messenger/StructuredEventConsumer_i.h | |
parent | 2522c25a9d8b3791f1549ea104bea7a00d27d6b9 (diff) | |
download | ATCD-b11e0121ffc6cf99f7bf9243273bf01703ebdb29.tar.gz |
Tue Oct 21 23:33:19 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'TAO/DevGuideExamples/NotifyService/Messenger/StructuredEventConsumer_i.h')
-rw-r--r-- | TAO/DevGuideExamples/NotifyService/Messenger/StructuredEventConsumer_i.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/TAO/DevGuideExamples/NotifyService/Messenger/StructuredEventConsumer_i.h b/TAO/DevGuideExamples/NotifyService/Messenger/StructuredEventConsumer_i.h index 1199e45021e..dc7b62a9a6e 100644 --- a/TAO/DevGuideExamples/NotifyService/Messenger/StructuredEventConsumer_i.h +++ b/TAO/DevGuideExamples/NotifyService/Messenger/StructuredEventConsumer_i.h @@ -13,18 +13,14 @@ public: virtual void push_structured_event( const CosNotification::StructuredEvent ¬ification - ) - throw (CORBA::SystemException, CosEventComm::Disconnected); + ); virtual void offer_change ( const CosNotification::EventTypeSeq & added, const CosNotification::EventTypeSeq & removed - ) - - throw (CORBA::SystemException, CosNotifyComm::InvalidEventType); + ); - virtual void disconnect_structured_push_consumer() - throw (CORBA::SystemException); + virtual void disconnect_structured_push_consumer(); private: CORBA::ORB_var orb_; |