TAO_Notify_StructuredEvent Class Reference

StructuredEvent implementation. More...

#include <StructuredEvent.h>

Inheritance diagram for TAO_Notify_StructuredEvent:

Inheritance graph
[legend]
Collaboration diagram for TAO_Notify_StructuredEvent:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_Notify_StructuredEvent (const CosNotification::StructuredEvent &notification)
 Constructor.
virtual ~TAO_Notify_StructuredEvent ()
 Destructor.

Protected Attributes

CosNotification::StructuredEvent notification_copy
 Copy of the Event.

Detailed Description

StructuredEvent implementation.

Definition at line 94 of file StructuredEvent.h.


Constructor & Destructor Documentation

TAO_Notify_StructuredEvent::TAO_Notify_StructuredEvent ( const CosNotification::StructuredEvent notification  ) 

Constructor.

Definition at line 130 of file StructuredEvent.cpp.

References TAO_Notify_StructuredEvent_No_Copy::notification_, and notification_copy.

00131   : TAO_Notify_StructuredEvent_No_Copy (notification)
00132     , notification_copy (notification)
00133 {
00134   this->notification_ = &notification_copy;
00135 }

TAO_Notify_StructuredEvent::~TAO_Notify_StructuredEvent (  )  [virtual]

Destructor.

Definition at line 137 of file StructuredEvent.cpp.

00138 {
00139 }


Member Data Documentation

CosNotification::StructuredEvent TAO_Notify_StructuredEvent::notification_copy [protected]

Copy of the Event.

Definition at line 106 of file StructuredEvent.h.

Referenced by TAO_Notify_StructuredEvent().


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