#include <StructuredEvent.h>
Inheritance diagram for TAO_Notify_StructuredEvent:


Public Member Functions | |
| TAO_Notify_StructuredEvent (const CosNotification::StructuredEvent ¬ification) | |
| Constuctor. | |
| virtual | ~TAO_Notify_StructuredEvent () |
| Destructor. | |
Protected Attributes | |
| CosNotification::StructuredEvent | notification_copy |
| Copy of the Event. | |
Definition at line 94 of file StructuredEvent.h.
|
|
Constuctor.
Definition at line 131 of file StructuredEvent.cpp. References notification_copy.
00132 : TAO_Notify_StructuredEvent_No_Copy (notification) 00133 , notification_copy (notification) 00134 { 00135 this->notification_ = ¬ification_copy; 00136 } |
|
|
Destructor.
Definition at line 138 of file StructuredEvent.cpp.
00139 {
00140 }
|
|
|
Copy of the Event.
Definition at line 106 of file StructuredEvent.h. Referenced by TAO_Notify_StructuredEvent(). |
1.3.6