summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/EventLogConsumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/EventLogConsumer.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/EventLogConsumer.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/EventLogConsumer.h b/TAO/orbsvcs/orbsvcs/Log/EventLogConsumer.h
index abc9657d016..cd922828479 100644
--- a/TAO/orbsvcs/orbsvcs/Log/EventLogConsumer.h
+++ b/TAO/orbsvcs/orbsvcs/Log/EventLogConsumer.h
@@ -71,18 +71,11 @@ public:
private:
/// Disconnect from EventLog.
- void disconnect_push_consumer (void)
- ACE_THROW_SPEC ((
- CORBA::SystemException
- ));
+ void disconnect_push_consumer (void);
/// This method will call TAO_Log_i::log() to write
/// the event to the Log.
- void push (const CORBA::Any& data)
- ACE_THROW_SPEC ((
- CORBA::SystemException,
- CosEventComm::Disconnected
- ));
+ void push (const CORBA::Any& data);
/// ProxyPushSupplier used to connect to EventLog.
CosEventChannelAdmin::ProxyPushSupplier_var supplier_proxy_;