summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.h25
1 files changed, 4 insertions, 21 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.h b/TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.h
index 3d4250a454d..3577180e6a8 100644
--- a/TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.h
+++ b/TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.h
@@ -78,12 +78,7 @@ public:
CORBA::ULongLong max_size,
const DsLogAdmin::CapacityAlarmThresholdList & thresholds,
DsLogAdmin::LogId_out id
- )
- ACE_THROW_SPEC ((
- CORBA::SystemException,
- DsLogAdmin::InvalidLogFullAction,
- DsLogAdmin::InvalidThreshold
- ));
+ );
/// Same as create (), but allows clients to specify the id.
DsEventLogAdmin::EventLog_ptr create_with_id (
@@ -91,26 +86,14 @@ public:
DsLogAdmin::LogFullActionType full_action,
CORBA::ULongLong max_size,
const DsLogAdmin::CapacityAlarmThresholdList & thresholds
- )
- ACE_THROW_SPEC ((
- CORBA::SystemException,
- DsLogAdmin::LogIdAlreadyExists,
- DsLogAdmin::InvalidLogFullAction,
- DsLogAdmin::InvalidThreshold
- ));
+ );
// = Implementation of the CosEventChannelAdmin::ConsumerAdmin methods.
CosEventChannelAdmin::ProxyPushSupplier_ptr obtain_push_supplier (
- )
- ACE_THROW_SPEC ((
- CORBA::SystemException
- ));
+ );
CosEventChannelAdmin::ProxyPullSupplier_ptr obtain_pull_supplier (
- )
- ACE_THROW_SPEC ((
- CORBA::SystemException
- ));
+ );
protected:
virtual CORBA::RepositoryId