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 UIOP Endpoints. See UIOP_Profile.* for
10 #ifndef _UIOP_ENDPOINTS_IDL_
11 #define _UIOP_ENDPOINTS_IDL_
13 /// Stores information for a single UIOP endpoint.
14 struct TAO_UIOP_Endpoint_Info
16 string rendezvous_point;
20 /// Stores information for a collection of UIOP endpoints.
21 typedef sequence <TAO_UIOP_Endpoint_Info> TAO_UIOPEndpointSequence;
25 #endif /* _UIOP_ENDPOINTS_IDL_ */