StructuredEvent implementation. More...
#include <StructuredEvent.h>
Public Member Functions | |
TAO_Notify_StructuredEvent (const CosNotification::StructuredEvent ¬ification) | |
Constructor. | |
virtual | ~TAO_Notify_StructuredEvent () |
Destructor. | |
Protected Attributes | |
CosNotification::StructuredEvent | notification_copy |
Copy of the Event. |
StructuredEvent implementation.
Definition at line 94 of file StructuredEvent.h.
TAO_Notify_StructuredEvent::TAO_Notify_StructuredEvent | ( | const CosNotification::StructuredEvent & | notification | ) |
Constructor.
Definition at line 130 of file StructuredEvent.cpp.
: TAO_Notify_StructuredEvent_No_Copy (notification) , notification_copy (notification) { this->notification_ = ¬ification_copy; }
TAO_Notify_StructuredEvent::~TAO_Notify_StructuredEvent | ( | ) | [virtual] |
Copy of the Event.
Definition at line 106 of file StructuredEvent.h.