summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/RTEventLogFactory_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/RTEventLogFactory_i.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/RTEventLogFactory_i.h20
1 files changed, 3 insertions, 17 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/RTEventLogFactory_i.h b/TAO/orbsvcs/orbsvcs/Log/RTEventLogFactory_i.h
index 4b2d5889cb2..75acc1d0b6c 100644
--- a/TAO/orbsvcs/orbsvcs/Log/RTEventLogFactory_i.h
+++ b/TAO/orbsvcs/orbsvcs/Log/RTEventLogFactory_i.h
@@ -75,12 +75,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.
RTEventLogAdmin::EventLog_ptr create_with_id (
@@ -88,20 +83,11 @@ 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 RtecEventChannelAdmin::ConsumerAdmin methods.
RtecEventChannelAdmin::ProxyPushSupplier_ptr obtain_push_supplier (
- )
- ACE_THROW_SPEC ((
- CORBA::SystemException
- ));
+ );
protected:
virtual CORBA::RepositoryId