#include <AnyEvent.h>
Inheritance diagram for TAO_Notify_AnyEvent:
Public Member Functions | |
TAO_Notify_AnyEvent (const CORBA::Any &event) | |
Constuctor. | |
virtual | ~TAO_Notify_AnyEvent () |
Destructor. | |
Protected Attributes | |
CORBA::Any | any_copy_ |
Copy of the Event. |
Definition at line 103 of file AnyEvent.h.
|
Constuctor.
Definition at line 129 of file AnyEvent.cpp. References any_copy_.
00130 : TAO_Notify_AnyEvent_No_Copy (event) 00131 , any_copy_ (event) 00132 { 00133 this->event_ = &any_copy_; 00134 } |
|
Destructor.
Definition at line 136 of file AnyEvent.cpp.
00137 { 00138 } |
|
Copy of the Event.
Definition at line 114 of file AnyEvent.h. Referenced by TAO_Notify_AnyEvent(). |