Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tao / EndpointPolicy / IIOPEndpointValue.pidl
blobdbf56c5af9968a9be8b6fc8aca6738684c931761
1 /**
2  * @file IIOPEndpointValue.pidl
3  *
4  * This file contains idl definition for Endpoint policy interface and
5  * the policy value. This TAO-specific policy is used to filter endpoints
6  * in the profiles for use in Object References.
7  */
9 #ifndef _TAO_IIOPENDPOINT_VALUE_IDL_
10 #define _TAO_IIOPENDPOINT_VALUE_IDL_
12 ///FUZZ: disable check_for_include/
13 #include "tao/EndpointPolicy/EndpointPolicy.pidl"
15 #if !defined (TAO_LACKS_IIOP)
17 module EndpointPolicy
19   local interface IIOPEndpointValue : EndpointValueBase
20   {
21     // protocol_tag set to TAG_Internet_IOP;
23     attribute string host;
24     attribute unsigned short _port;
25   };
28 #endif /* TAO_LACKS_IIOP */
30 #endif /* _TAO_IIOPENDPOINT_VALUE_IDL_ */