TAO_CosEvent
2.0.8
|
Defines the operation and args list for the TypedEvent. More...
#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. |
Defines the operation and args list for the TypedEvent.
Used to store the TypedEvent as it is passed from the supplier side to the consumer side, in the TypedEventChannel.
TAO_CEC_TypedEvent::TAO_CEC_TypedEvent | ( | void | ) |
constructors...
TAO_CEC_TypedEvent::TAO_CEC_TypedEvent | ( | CORBA::NVList_ptr | list, |
const char * | operation | ||
) |
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] |