summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/NotifyService/Messenger/StructuredEventConsumer_i.h
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2008-10-21 23:50:20 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2008-10-21 23:50:20 +0000
commitb11e0121ffc6cf99f7bf9243273bf01703ebdb29 (patch)
tree368895fbe8a6df9430832408d6d951690cbd8ad5 /TAO/DevGuideExamples/NotifyService/Messenger/StructuredEventConsumer_i.h
parent2522c25a9d8b3791f1549ea104bea7a00d27d6b9 (diff)
downloadATCD-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.h10
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 &notification
- )
- 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_;