summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ciao/CIAO_RTEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/ciao/CIAO_RTEvent.h')
-rw-r--r--TAO/CIAO/ciao/CIAO_RTEvent.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/CIAO/ciao/CIAO_RTEvent.h b/TAO/CIAO/ciao/CIAO_RTEvent.h
index 806f633fc19..bc360ce60a7 100644
--- a/TAO/CIAO/ciao/CIAO_RTEvent.h
+++ b/TAO/CIAO/ciao/CIAO_RTEvent.h
@@ -169,7 +169,9 @@ namespace CIAO
Components::EventConsumerBase_ptr consumer);
virtual void push (
- const RtecEventComm::EventSet& events);
+ const RtecEventComm::EventSet& events)
+ ACE_THROW_SPEC ((
+ CORBA::SystemException));
virtual void disconnect_push_consumer (
ACE_ENV_SINGLE_ARG_DECL)