summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/NotifyService/RTNotify/StructuredEventConsumer_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/DevGuideExamples/NotifyService/RTNotify/StructuredEventConsumer_i.cpp')
-rw-r--r--TAO/DevGuideExamples/NotifyService/RTNotify/StructuredEventConsumer_i.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/DevGuideExamples/NotifyService/RTNotify/StructuredEventConsumer_i.cpp b/TAO/DevGuideExamples/NotifyService/RTNotify/StructuredEventConsumer_i.cpp
index 6c1835709ee..9db5dde03bc 100644
--- a/TAO/DevGuideExamples/NotifyService/RTNotify/StructuredEventConsumer_i.cpp
+++ b/TAO/DevGuideExamples/NotifyService/RTNotify/StructuredEventConsumer_i.cpp
@@ -13,8 +13,6 @@ void
StructuredEventConsumer_i::push_structured_event(
const CosNotification::StructuredEvent &event
)
- throw (CORBA::SystemException, CosEventComm::Disconnected)
-
{
std::cout << "event received " << std::endl;
@@ -30,7 +28,6 @@ StructuredEventConsumer_i::push_structured_event(
void
StructuredEventConsumer_i::disconnect_structured_push_consumer()
- throw (CORBA::SystemException)
{
CORBA::Object_var obj = orb_->resolve_initial_references ("POACurrent");
@@ -47,6 +44,5 @@ StructuredEventConsumer_i::offer_change(
const CosNotification::EventTypeSeq &,
const CosNotification::EventTypeSeq &
)
- throw (CORBA::SystemException, CosNotifyComm::InvalidEventType)
{
}