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)
 Constuctor.

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  ) 
 

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 }

TAO_Notify_AnyEvent::~TAO_Notify_AnyEvent  )  [virtual]
 

Destructor.

Definition at line 136 of file AnyEvent.cpp.

00137 {
00138 }


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 Thu Nov 9 13:31:37 2006 for TAO_CosNotification by doxygen 1.3.6