summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ciao/CIAO_CosNotify.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/ciao/CIAO_CosNotify.h')
-rw-r--r--TAO/CIAO/ciao/CIAO_CosNotify.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/CIAO/ciao/CIAO_CosNotify.h b/TAO/CIAO/ciao/CIAO_CosNotify.h
index 7436390aaa5..e5fc5e587b4 100644
--- a/TAO/CIAO/ciao/CIAO_CosNotify.h
+++ b/TAO/CIAO/ciao/CIAO_CosNotify.h
@@ -173,7 +173,10 @@ namespace CIAO
Components::EventConsumerBase_ptr consumer);
virtual void push_structured_event (
- const CosNotification::StructuredEvent& event);
+ const CosNotification::StructuredEvent& event)
+ ACE_THROW_SPEC ((
+ CosEventComm::Disconnected,
+ CORBA::SystemException));
virtual void disconnect_structured_push_consumer (
ACE_ENV_SINGLE_ARG_DECL)