summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/RTEventLogConsumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/RTEventLogConsumer.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/RTEventLogConsumer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/RTEventLogConsumer.h b/TAO/orbsvcs/orbsvcs/Log/RTEventLogConsumer.h
index fb46ecdf537..a8baebcb5dc 100644
--- a/TAO/orbsvcs/orbsvcs/Log/RTEventLogConsumer.h
+++ b/TAO/orbsvcs/orbsvcs/Log/RTEventLogConsumer.h
@@ -58,14 +58,14 @@ public:
TAO_Rtec_LogConsumer (TAO_RTEventLog_i *log);
/// Destructor.
- ~TAO_Rtec_LogConsumer (void);
+ ~TAO_Rtec_LogConsumer ();
/// Connect to RTEventLog.
void connect (RtecEventChannelAdmin::ConsumerAdmin_ptr consumer_admin);
private:
/// Disconnect from EventLog.
- void disconnect_push_consumer (void);
+ void disconnect_push_consumer ();
/// This method will call TAO_Log_i::log() to write
/// the event to the Log.