#include <AnyEvent.h>
Inheritance diagram for TAO_Notify_AnyEvent:


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. | |
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.
References any_copy_, and TAO_Notify_AnyEvent_No_Copy::event_.
00129 : TAO_Notify_AnyEvent_No_Copy (event) 00130 , any_copy_ (event) 00131 { 00132 this->event_ = &any_copy_; 00133 }
| TAO_Notify_AnyEvent::~TAO_Notify_AnyEvent | ( | ) | [virtual] |
CORBA::Any TAO_Notify_AnyEvent::any_copy_ [protected] |
1.4.7