summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.cpp b/TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.cpp
index f216c345308..e4644b21154 100644
--- a/TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.cpp
@@ -101,9 +101,6 @@ TAO_EventLogFactory_i::create (
CORBA::ULongLong max_size,
const DsLogAdmin::CapacityAlarmThresholdList & thresholds,
DsLogAdmin::LogId_out id_out)
- ACE_THROW_SPEC ((CORBA::SystemException,
- DsLogAdmin::InvalidLogFullAction,
- DsLogAdmin::InvalidThreshold))
{
this->create_i (full_action,
max_size,
@@ -135,10 +132,6 @@ TAO_EventLogFactory_i::create_with_id (
DsLogAdmin::LogFullActionType full_action,
CORBA::ULongLong max_size,
const DsLogAdmin::CapacityAlarmThresholdList & thresholds)
- ACE_THROW_SPEC ((CORBA::SystemException,
- DsLogAdmin::LogIdAlreadyExists,
- DsLogAdmin::InvalidLogFullAction,
- DsLogAdmin::InvalidThreshold))
{
this->create_with_id_i (id,
full_action,
@@ -196,14 +189,12 @@ TAO_EventLogFactory_i::create_log_servant (DsLogAdmin::LogId id)
CosEventChannelAdmin::ProxyPushSupplier_ptr
TAO_EventLogFactory_i::obtain_push_supplier (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
return consumer_admin_->obtain_push_supplier ();
}
CosEventChannelAdmin::ProxyPullSupplier_ptr
TAO_EventLogFactory_i::obtain_pull_supplier (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
return consumer_admin_->obtain_pull_supplier ();