summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/NotifyLogNotification.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/NotifyLogNotification.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/NotifyLogNotification.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/NotifyLogNotification.h b/TAO/orbsvcs/orbsvcs/Log/NotifyLogNotification.h
index 808a17206f1..bc753492b4a 100644
--- a/TAO/orbsvcs/orbsvcs/Log/NotifyLogNotification.h
+++ b/TAO/orbsvcs/orbsvcs/Log/NotifyLogNotification.h
@@ -48,7 +48,7 @@ public:
TAO_NotifyLogNotification (CosNotifyChannelAdmin::EventChannel_ptr);
/// Destructor.
- ~TAO_NotifyLogNotification (void);
+ ~TAO_NotifyLogNotification ();
protected:
// = Helper methods
@@ -66,7 +66,7 @@ protected:
const CosNotification::EventTypeSeq & removed);
// = StructuredPushSupplier method
- virtual void disconnect_push_supplier (void);
+ virtual void disconnect_push_supplier ();
/// Send the event on the event channel.
virtual void send_notification (const CORBA::Any& any);