Public Member Functions | Protected Attributes

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.

  : TAO_Notify_AnyEvent_No_Copy (event)
    , any_copy_ (event)
{
  this->event_ = &any_copy_;
}

TAO_Notify_AnyEvent::~TAO_Notify_AnyEvent (  )  [virtual]

Destructor.

Definition at line 135 of file AnyEvent.cpp.

{
}


Member Data Documentation

Copy of the Event.

Definition at line 114 of file AnyEvent.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines