summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/COIOP_Endpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/COIOP_Endpoint.h')
-rw-r--r--TAO/tao/Strategies/COIOP_Endpoint.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Strategies/COIOP_Endpoint.h b/TAO/tao/Strategies/COIOP_Endpoint.h
index ae125713d46..61ac7a6ad98 100644
--- a/TAO/tao/Strategies/COIOP_Endpoint.h
+++ b/TAO/tao/Strategies/COIOP_Endpoint.h
@@ -45,7 +45,7 @@ public:
friend class TAO_SSLIOP_Profile;
/// Default constructor.
- TAO_COIOP_Endpoint (void);
+ TAO_COIOP_Endpoint ();
/// Constructor. This is the most efficient constructor since it
/// does not require any address resolution processing.
@@ -60,16 +60,16 @@ public:
* Please check the documentation in Endpoint.h for details.
*/
//@{
- virtual TAO_Endpoint *next (void);
+ virtual TAO_Endpoint *next ();
virtual int addr_to_string (char *buffer, size_t length);
- virtual TAO_Endpoint *duplicate (void);
+ virtual TAO_Endpoint *duplicate ();
/// Return true if this endpoint is equivalent to @a other_endpoint. Two
/// endpoints are equivalent if their port and host are the same.
CORBA::Boolean is_equivalent (const TAO_Endpoint *other_endpoint);
/// Return a hash value for this object.
- CORBA::ULong hash (void);
+ CORBA::ULong hash ();
//@}
// = COIOP_Endpoint-specific methods.