AnyEvent implementation. More...
#include <AnyEvent.h>
Public Member Functions | |
TAO_Notify_AnyEvent (const CORBA::Any &event) | |
Constructor. | |
virtual | ~TAO_Notify_AnyEvent () |
Destructor. | |
Protected Attributes | |
CORBA::Any | any_copy_ |
Copy of the Event. |
AnyEvent implementation.
Definition at line 103 of file AnyEvent.h.
TAO_Notify_AnyEvent::TAO_Notify_AnyEvent | ( | const CORBA::Any & | event | ) |
Constructor.
Definition at line 128 of file AnyEvent.cpp.
: TAO_Notify_AnyEvent_No_Copy (event) , any_copy_ (event) { this->event_ = &any_copy_; }
TAO_Notify_AnyEvent::~TAO_Notify_AnyEvent | ( | ) | [virtual] |
CORBA::Any TAO_Notify_AnyEvent::any_copy_ [protected] |
Copy of the Event.
Definition at line 114 of file AnyEvent.h.