summaryrefslogtreecommitdiff
path: root/TAO/tao/EndpointPolicy/IIOPEndpointValue_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/EndpointPolicy/IIOPEndpointValue_i.cpp')
-rw-r--r--TAO/tao/EndpointPolicy/IIOPEndpointValue_i.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/EndpointPolicy/IIOPEndpointValue_i.cpp b/TAO/tao/EndpointPolicy/IIOPEndpointValue_i.cpp
index ac2bde0fef2..54517440cd1 100644
--- a/TAO/tao/EndpointPolicy/IIOPEndpointValue_i.cpp
+++ b/TAO/tao/EndpointPolicy/IIOPEndpointValue_i.cpp
@@ -23,7 +23,7 @@ IIOPEndpointValue_i::IIOPEndpointValue_i (const char *host, CORBA::UShort port)
this->addr_.set_type (-1);
}
-IIOPEndpointValue_i::~IIOPEndpointValue_i (void)
+IIOPEndpointValue_i::~IIOPEndpointValue_i ()
{
}
@@ -88,7 +88,7 @@ IIOPEndpointValue_i::validate_acceptor(TAO_Acceptor * acceptor,
}
char *
-IIOPEndpointValue_i::host (void)
+IIOPEndpointValue_i::host ()
{
return CORBA::string_dup (this->host_.in());
}
@@ -102,7 +102,7 @@ IIOPEndpointValue_i::host (const char *h)
}
CORBA::UShort
-IIOPEndpointValue_i::port (void)
+IIOPEndpointValue_i::port ()
{
return this->port_;
}
@@ -116,7 +116,7 @@ IIOPEndpointValue_i::port (CORBA::UShort p )
}
CORBA::ULong
-IIOPEndpointValue_i::protocol_tag (void)
+IIOPEndpointValue_i::protocol_tag ()
{
return IOP::TAG_INTERNET_IOP;
}