summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Peer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Peer.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Peer.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Peer.h b/TAO/orbsvcs/orbsvcs/Notify/Peer.h
index 31590d5984e..fd955db9b96 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Peer.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Peer.h
@@ -36,18 +36,18 @@ class TAO_Notify_Serv_Export TAO_Notify_Peer
public:
typedef TAO_Notify_Refcountable_Guard_T< TAO_Notify_Peer > Ptr;
/// Constructor
- TAO_Notify_Peer (void);
+ TAO_Notify_Peer ();
/// Destructor
virtual ~TAO_Notify_Peer ();
/// This method sigantures deliberately match the RefCounting methods
/// required for ESF Proxy
- CORBA::ULong _incr_refcnt (void);
- CORBA::ULong _decr_refcnt (void);
+ CORBA::ULong _incr_refcnt ();
+ CORBA::ULong _decr_refcnt ();
/// Shutdown the peer.
- virtual void shutdown (void);
+ virtual void shutdown ();
/// Access Proxy.
virtual TAO_Notify_Proxy* proxy (void) = 0;
@@ -60,7 +60,7 @@ public:
virtual void qos_changed (const TAO_Notify_QoSProperties& qos_properties);
/// Handle dispatch exceptions.
- void handle_dispatch_exception (void);
+ void handle_dispatch_exception ();
/// Retrieve the ior of this peer
virtual ACE_CString get_ior () const = 0;