2 * This file contains idl definition for data structures used to
3 * encapsulate data in TAO_TAG_ENDPOINTS tagged component. This
4 * TAO-specific component is used for transmission of multiple
5 * endpoints per single profile. Data structures defined here are
6 * used for transmission of IIOP endpoints. See IIOP_Profile.*
10 #ifndef _TAO_IIOP_ENDPOINTS_IDL_
11 #define _TAO_IIOP_ENDPOINTS_IDL_
15 /// Stores information for a single IIOP endpoint.
16 struct IIOP_Endpoint_Info
23 /// Stores information for a collection of IIOP endpoints.
24 typedef sequence <IIOP_Endpoint_Info> IIOPEndpointSequence;
27 #endif /* _TAO_IIOP_ENDPOINTS_IDL_ */