summaryrefslogtreecommitdiff
path: root/TAO/tao/EndpointPolicy/IIOPEndpointValue_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/EndpointPolicy/IIOPEndpointValue_i.h')
-rw-r--r--TAO/tao/EndpointPolicy/IIOPEndpointValue_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/EndpointPolicy/IIOPEndpointValue_i.h b/TAO/tao/EndpointPolicy/IIOPEndpointValue_i.h
index 96339ec012d..0f240ed5dcd 100644
--- a/TAO/tao/EndpointPolicy/IIOPEndpointValue_i.h
+++ b/TAO/tao/EndpointPolicy/IIOPEndpointValue_i.h
@@ -83,11 +83,11 @@ public:
bool is_multi_prot) const;
/// Host attribute get/set operators.
- char * host (void);
+ char * host ();
void host (const char * h);
/// Port attribute get/set operators.
- CORBA::UShort port (void);
+ CORBA::UShort port ();
void port (CORBA::UShort p);
// Protocol tag get operator, inherited from EndpointValueBase