summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/EventLogNotification.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/EventLogNotification.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/EventLogNotification.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/EventLogNotification.cpp b/TAO/orbsvcs/orbsvcs/Log/EventLogNotification.cpp
index 1941a26221d..8320ca9f170 100644
--- a/TAO/orbsvcs/orbsvcs/Log/EventLogNotification.cpp
+++ b/TAO/orbsvcs/orbsvcs/Log/EventLogNotification.cpp
@@ -22,7 +22,6 @@ TAO_EventLogNotification::~TAO_EventLogNotification (void)
void
TAO_EventLogNotification::disconnect_push_supplier (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
this->consumer_->disconnect_push_consumer ();
}
@@ -43,7 +42,6 @@ TAO_EventLogNotification::obtain_proxy_consumer()
void
TAO_EventLogNotification::send_notification (const CORBA::Any& any)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
consumer_->push (any);
}