2 * @file IIOPEndpointValue.pidl
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.
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)
19 local interface IIOPEndpointValue : EndpointValueBase
21 // protocol_tag set to TAG_Internet_IOP;
23 attribute string host;
24 attribute unsigned short _port;
28 #endif /* TAO_LACKS_IIOP */
30 #endif /* _TAO_IIOPENDPOINT_VALUE_IDL_ */