summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/COIOP_Endpoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/COIOP_Endpoint.cpp')
-rw-r--r--TAO/tao/Strategies/COIOP_Endpoint.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Strategies/COIOP_Endpoint.cpp b/TAO/tao/Strategies/COIOP_Endpoint.cpp
index 7a0cbf6c6e4..c8ff7d3cbb9 100644
--- a/TAO/tao/Strategies/COIOP_Endpoint.cpp
+++ b/TAO/tao/Strategies/COIOP_Endpoint.cpp
@@ -24,7 +24,7 @@ TAO_COIOP_Endpoint::TAO_COIOP_Endpoint (const ACE_Utils::UUID& uuid)
{
}
-TAO_COIOP_Endpoint::TAO_COIOP_Endpoint (void)
+TAO_COIOP_Endpoint::TAO_COIOP_Endpoint ()
: TAO_Endpoint (TAO_TAG_COIOP_PROFILE),
uuid_ (),
next_ (0)
@@ -48,13 +48,13 @@ TAO_COIOP_Endpoint::addr_to_string (char *buffer, size_t length)
}
TAO_Endpoint *
-TAO_COIOP_Endpoint::next (void)
+TAO_COIOP_Endpoint::next ()
{
return 0;
}
TAO_Endpoint *
-TAO_COIOP_Endpoint::duplicate (void)
+TAO_COIOP_Endpoint::duplicate ()
{
TAO_COIOP_Endpoint *endpoint = 0;
@@ -78,7 +78,7 @@ TAO_COIOP_Endpoint::is_equivalent (const TAO_Endpoint *other_endpoint)
}
CORBA::ULong
-TAO_COIOP_Endpoint::hash (void)
+TAO_COIOP_Endpoint::hash ()
{
if (this->hash_val_ != 0)
return this->hash_val_;