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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/EventLogConsumer.h b/TAO/orbsvcs/orbsvcs/Log/EventLogConsumer.h
index fac7eb9bbb9..abc9657d016 100644
--- a/TAO/orbsvcs/orbsvcs/Log/EventLogConsumer.h
+++ b/TAO/orbsvcs/orbsvcs/Log/EventLogConsumer.h
@@ -71,14 +71,14 @@ public:
private:
/// Disconnect from EventLog.
- void disconnect_push_consumer (ACE_ENV_SINGLE_ARG_DECL)
+ void disconnect_push_consumer (void)
ACE_THROW_SPEC ((
CORBA::SystemException
));
/// This method will call TAO_Log_i::log() to write
/// the event to the Log.
- void push (const CORBA::Any& data ACE_ENV_ARG_DECL)
+ void push (const CORBA::Any& data)
ACE_THROW_SPEC ((
CORBA::SystemException,
CosEventComm::Disconnected