TAO_Notify_AnyEvent Class Reference

AnyEvent implementation. More...

#include <AnyEvent.h>

Inheritance diagram for TAO_Notify_AnyEvent:

Inheritance graph
[legend]
Collaboration diagram for TAO_Notify_AnyEvent:

Collaboration graph
[legend]
List of all members.

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.

Detailed Description

AnyEvent implementation.

Definition at line 103 of file AnyEvent.h.


Constructor & Destructor Documentation

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]

Destructor.

Definition at line 135 of file AnyEvent.cpp.

00136 {
00137 }


Member Data Documentation

CORBA::Any TAO_Notify_AnyEvent::any_copy_ [protected]

Copy of the Event.

Definition at line 114 of file AnyEvent.h.

Referenced by TAO_Notify_AnyEvent().


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:46:15 2010 for TAO_CosNotification by  doxygen 1.4.7