TAO_CosEvent
2.1.2
|
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.
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 |
Only the ProxyPushSupplier can read the private fields.