TAO_Strategies  2.1.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Typedefs | Variables
COIOP_Endpoints.pidl File Reference

Typedefs

typedef sequence
< COIOP_Endpoint_Info > 
COIOPEndpointSequence
 Stores information for a collection of COIOP endpoints. More...
 

Variables

module TAO
 

Typedef Documentation

typedef sequence<COIOP_Endpoint_Info> COIOPEndpointSequence

Stores information for a collection of COIOP endpoints.

Variable Documentation

module TAO
Initial value:
{
struct COIOP_Endpoint_Info
{
string uuid;
short priority;
}

This file contains idl definition for data structures used to encapsulate data in TAO_TAG_ENDPOINTS tagged component. This TAO-specific component is used for transmission of multiple endpoints per single profile. Data structures defined here are used for transmission of COIOP endpoints. See COIOP_Profile.* for more details.