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 COIOP endpoints. See COIOP_Profile.*
10 #ifndef _TAO_COIOP_ENDPOINTS_IDL_
11 #define _TAO_COIOP_ENDPOINTS_IDL_
15 /// Stores information for a single COIOP endpoint.
16 struct COIOP_Endpoint_Info
22 /// Stores information for a collection of COIOP endpoints.
23 typedef sequence <COIOP_Endpoint_Info> COIOPEndpointSequence;
26 #endif /* _TAO_IIOP_ENDPOINTS_IDL_ */