#include <StructuredEvent.h>
Inheritance diagram for TAO_Notify_StructuredEvent:
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. |
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.
References TAO_Notify_StructuredEvent_No_Copy::notification_, and notification_copy.
00131 : TAO_Notify_StructuredEvent_No_Copy (notification) 00132 , notification_copy (notification) 00133 { 00134 this->notification_ = ¬ification_copy; 00135 }
TAO_Notify_StructuredEvent::~TAO_Notify_StructuredEvent | ( | ) | [virtual] |
Copy of the Event.
Definition at line 106 of file StructuredEvent.h.
Referenced by TAO_Notify_StructuredEvent().