summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.h b/TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.h
index b7b58b6b1da..4c88e83e4f8 100644
--- a/TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.h
+++ b/TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.h
@@ -51,17 +51,17 @@ public:
TAO_RTEventLogNotification (RtecEventChannelAdmin::EventChannel_ptr);
/// Destructor.
- ~TAO_RTEventLogNotification (void);
+ ~TAO_RTEventLogNotification ();
/// The skeleton methods.
- virtual void disconnect_push_supplier (void);
+ virtual void disconnect_push_supplier ();
protected:
// = Helper methods
/// Used to connect this PushSupplier to the EventChannel
/// that will log these events.
- void obtainProxyConsumer (void);
+ void obtainProxyConsumer ();
// Send the event on the event channel.
virtual void send_notification (const CORBA::Any& any);