#include <CEC_TypedEvent.h>
Public Member Functions | |
TAO_CEC_TypedEvent (void) | |
constructors... | |
TAO_CEC_TypedEvent (CORBA::NVList_ptr list, const char *operation) | |
TAO_CEC_TypedEvent & | operator= (const TAO_CEC_TypedEvent &) |
Private Attributes | |
CORBA::NVList_ptr | list_ |
CORBA::String_var | operation_ |
Friends | |
class | TAO_CEC_ProxyPushSupplier |
Only the ProxyPushSupplier can read the private fields. |
Used to store the TypedEvent as it is passed from the supplier side to the consumer side, in the TypedEventChannel.
TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE TAO_CEC_TypedEvent::TAO_CEC_TypedEvent | ( | void | ) |
constructors...
ACE_INLINE TAO_CEC_TypedEvent::TAO_CEC_TypedEvent | ( | CORBA::NVList_ptr | list, | |
const char * | operation | |||
) |
ACE_INLINE TAO_CEC_TypedEvent & TAO_CEC_TypedEvent::operator= | ( | const TAO_CEC_TypedEvent & | other | ) |
friend class TAO_CEC_ProxyPushSupplier [friend] |
Only the ProxyPushSupplier can read the private fields.
CORBA::NVList_ptr TAO_CEC_TypedEvent::list_ [private] |