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.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/EndpointPolicy/IIOPEndpointValue_i.cpp b/TAO/tao/EndpointPolicy/IIOPEndpointValue_i.cpp
index 6537e8b3780..b6add80bc7c 100644
--- a/TAO/tao/EndpointPolicy/IIOPEndpointValue_i.cpp
+++ b/TAO/tao/EndpointPolicy/IIOPEndpointValue_i.cpp
@@ -20,8 +20,7 @@ IIOPEndpointValue_i::IIOPEndpointValue_i ()
{
}
-IIOPEndpointValue_i::IIOPEndpointValue_i (const char *host,
- CORBA::UShort port)
+IIOPEndpointValue_i::IIOPEndpointValue_i (const char *host, CORBA::UShort port)
:host_(host),
port_(port)
{