summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/EventLog_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/EventLog_i.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/EventLog_i.h19
1 files changed, 5 insertions, 14 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/EventLog_i.h b/TAO/orbsvcs/orbsvcs/Log/EventLog_i.h
index 2a9d40090e1..cb6c3cfb4fd 100644
--- a/TAO/orbsvcs/orbsvcs/Log/EventLog_i.h
+++ b/TAO/orbsvcs/orbsvcs/Log/EventLog_i.h
@@ -71,17 +71,14 @@ public:
DsLogAdmin::LogId id);
/// Duplicate the log.
- virtual DsLogAdmin::Log_ptr copy (DsLogAdmin::LogId &id)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual DsLogAdmin::Log_ptr copy (DsLogAdmin::LogId &id);
/// Duplicate the log specifying an id.
- virtual DsLogAdmin::Log_ptr copy_with_id (DsLogAdmin::LogId id)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual DsLogAdmin::Log_ptr copy_with_id (DsLogAdmin::LogId id);
/// Destroy the log object and all contained records.
void
- destroy (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ destroy (void);
/// Activate the EventLog.
void
@@ -89,16 +86,10 @@ public:
// = The CosEventChannelAdmin::EventChannel interface methods.
CosEventChannelAdmin::ConsumerAdmin_ptr
- for_consumers (void)
- ACE_THROW_SPEC ((
- CORBA::SystemException
- ));
+ for_consumers (void);
CosEventChannelAdmin::SupplierAdmin_ptr
- for_suppliers (void)
- ACE_THROW_SPEC ((
- CORBA::SystemException
- ));
+ for_suppliers (void);
protected: