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

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  ) 
 

Constuctor.

Definition at line 131 of file StructuredEvent.cpp.

References notification_copy.

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

TAO_Notify_StructuredEvent::~TAO_Notify_StructuredEvent  )  [virtual]
 

Destructor.

Definition at line 138 of file StructuredEvent.cpp.

00139 {
00140 }


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