summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/EventLog_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/EventLog_i.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/EventLog_i.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/EventLog_i.cpp b/TAO/orbsvcs/orbsvcs/Log/EventLog_i.cpp
index 09c2e907049..9516d9d165b 100644
--- a/TAO/orbsvcs/orbsvcs/Log/EventLog_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/Log/EventLog_i.cpp
@@ -40,7 +40,6 @@ TAO_EventLog_i::~TAO_EventLog_i ()
DsLogAdmin::Log_ptr
TAO_EventLog_i::copy (DsLogAdmin::LogId &id)
-ACE_THROW_SPEC ((CORBA::SystemException))
{
// Duplicate the log.
DsEventLogAdmin::EventLogFactory_var eventLogFactory =
@@ -57,7 +56,6 @@ ACE_THROW_SPEC ((CORBA::SystemException))
DsLogAdmin::Log_ptr
TAO_EventLog_i::copy_with_id (DsLogAdmin::LogId id)
-ACE_THROW_SPEC ((CORBA::SystemException))
{
// Duplicate the log supplying the log id.
DsEventLogAdmin::EventLogFactory_var eventLogFactory =
@@ -75,7 +73,6 @@ ACE_THROW_SPEC ((CORBA::SystemException))
void
TAO_EventLog_i::destroy (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
// Send event to indicate the log has been deleted.
notifier_->object_deletion (logid_);
@@ -104,14 +101,12 @@ TAO_EventLog_i::activate (void)
CosEventChannelAdmin::ConsumerAdmin_ptr
TAO_EventLog_i::for_consumers (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
return this->event_channel_->for_consumers ();
}
CosEventChannelAdmin::SupplierAdmin_ptr
TAO_EventLog_i::for_suppliers (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
return this->event_channel_->for_suppliers ();
}