summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Reconnection_Registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Reconnection_Registry.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Reconnection_Registry.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Reconnection_Registry.h b/TAO/orbsvcs/orbsvcs/Notify/Reconnection_Registry.h
index 8872e8aa555..03689fc674f 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Reconnection_Registry.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Reconnection_Registry.h
@@ -64,7 +64,7 @@ namespace TAO_Notify
///
void unregister_callback (::NotifyExt::ReconnectionRegistry::ReconnectionID id);
- CORBA::Boolean is_alive (void);
+ CORBA::Boolean is_alive ();
//////////////////////
// During topology save
@@ -80,7 +80,7 @@ namespace TAO_Notify
void send_reconnect (CosNotifyChannelAdmin::EventChannelFactory_ptr dest_factory);
private:
- void release (void);
+ void release ();
Reconnection_Registry_Type reconnection_registry_;
::NotifyExt::ReconnectionRegistry::ReconnectionID highest_id_;