CIAO
1.0.8
|
Functions | |
template<typename T > | |
void | describe_simplex_receptacle (const char *port_name, const char *port_type_repo_id, typename T::_ptr_type connection,::Components::ReceptacleDescriptions_var &descriptions, CORBA::ULong slot) |
template<typename T > | |
void | describe_multiplex_receptacle (const char *port_name, const char *port_type_repo_id, const T &objrefs,::Components::ReceptacleDescriptions_var &descriptions, CORBA::ULong slot) |
template<typename T_var > | |
void | describe_pub_event_source (const char *port_name, const char *port_type_repo_id, std::map< ptrdiff_t, T_var > &consumers,::Components::PublisherDescriptions_var &descriptions, CORBA::ULong slot) |
template<typename T_var > | |
void | describe_emit_event_source (const char *port_name, const char *port_type_repo_id, T_var &consumer_ref,::Components::EmitterDescriptions_var &descriptions, CORBA::ULong slot) |
void CIAO::Servant::describe_emit_event_source | ( | const char * | port_name, |
const char * | port_type_repo_id, | ||
T_var & | consumer_ref, | ||
::Components::EmitterDescriptions_var & | descriptions, | ||
CORBA::ULong | slot | ||
) |
void CIAO::Servant::describe_multiplex_receptacle | ( | const char * | port_name, |
const char * | port_type_repo_id, | ||
const T & | objrefs, | ||
::Components::ReceptacleDescriptions_var & | descriptions, | ||
CORBA::ULong | slot | ||
) |
void CIAO::Servant::describe_pub_event_source | ( | const char * | port_name, |
const char * | port_type_repo_id, | ||
std::map< ptrdiff_t, T_var > & | consumers, | ||
::Components::PublisherDescriptions_var & | descriptions, | ||
CORBA::ULong | slot | ||
) |
void CIAO::Servant::describe_simplex_receptacle | ( | const char * | port_name, |
const char * | port_type_repo_id, | ||
typename T::_ptr_type | connection, | ||
::Components::ReceptacleDescriptions_var & | descriptions, | ||
CORBA::ULong | slot | ||
) |