#include <CEC_TypedEventChannel.h>
Collaboration diagram for TAO_CEC_Param:

Public Member Functions | |
| TAO_CEC_Param (void) | |
| Constructor. | |
| ~TAO_CEC_Param (void) | |
| Destructor. | |
Private Attributes | |
| CORBA::String_var | name_ |
| CORBA::TypeCode_var | type_ |
| CORBA::Flags | direction_ |
Friends | |
| class | TAO_CEC_TypedEventChannel |
| Only the TypedEventChannel can read the private fields. | |
Definition at line 340 of file CEC_TypedEventChannel.h.
| ACE_INLINE TAO_CEC_Param::TAO_CEC_Param | ( | void | ) |
| ACE_INLINE TAO_CEC_Param::~TAO_CEC_Param | ( | void | ) |
friend class TAO_CEC_TypedEventChannel [friend] |
Only the TypedEventChannel can read the private fields.
Definition at line 351 of file CEC_TypedEventChannel.h.
CORBA::Flags TAO_CEC_Param::direction_ [private] |
Definition at line 355 of file CEC_TypedEventChannel.h.
Referenced by TAO_CEC_TypedEventChannel::cache_interface_description(), and TAO_CEC_TypedEventChannel::create_operation_list().
CORBA::String_var TAO_CEC_Param::name_ [private] |
Definition at line 353 of file CEC_TypedEventChannel.h.
Referenced by TAO_CEC_TypedEventChannel::cache_interface_description(), and TAO_CEC_TypedEventChannel::create_operation_list().
CORBA::TypeCode_var TAO_CEC_Param::type_ [private] |
Definition at line 354 of file CEC_TypedEventChannel.h.
Referenced by TAO_CEC_TypedEventChannel::cache_interface_description(), and TAO_CEC_TypedEventChannel::create_operation_list().
1.4.7