summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/NotifyService/Messenger/StructuredEventSupplier_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/DevGuideExamples/NotifyService/Messenger/StructuredEventSupplier_i.h')
-rw-r--r--TAO/DevGuideExamples/NotifyService/Messenger/StructuredEventSupplier_i.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/DevGuideExamples/NotifyService/Messenger/StructuredEventSupplier_i.h b/TAO/DevGuideExamples/NotifyService/Messenger/StructuredEventSupplier_i.h
index e36692fde7a..30fea5628d3 100644
--- a/TAO/DevGuideExamples/NotifyService/Messenger/StructuredEventSupplier_i.h
+++ b/TAO/DevGuideExamples/NotifyService/Messenger/StructuredEventSupplier_i.h
@@ -11,14 +11,12 @@ class StructuredEventSupplier_i :
public:
// Constructor
StructuredEventSupplier_i(CORBA::ORB_ptr orb);
- virtual void disconnect_structured_push_supplier ()
- throw(CORBA::SystemException);
+ virtual void disconnect_structured_push_supplier ();
virtual void subscription_change (
const CosNotification::EventTypeSeq & added,
const CosNotification::EventTypeSeq & removed
- )
- throw (CORBA::SystemException, CosNotifyComm::InvalidEventType);
+ );
private:
CORBA::ORB_var orb_;
};