2 * @file EndpointPolicy.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_ENDPOINT_POLICY_IDL_
10 #define _TAO_ENDPOINT_POLICY_IDL_
12 ///FUZZ: disable check_for_include/
13 #include "tao/Policy.pidl"
14 #include "tao/EndpointPolicy/EndpointPolicyType.pidl"
18 local interface EndpointValueBase
20 readonly attribute unsigned long protocol_tag;
23 typedef sequence<EndpointValueBase> EndpointList;
25 local interface Policy : CORBA::Policy
27 readonly attribute EndpointList value;
32 #endif /* _TAO_ENDPOINT_POLICY_IDL_ */