TAO_Notify_Subscription_Change_Worker Class Reference

#include <Subscription_Change_Worker.h>

Inheritance diagram for TAO_Notify_Subscription_Change_Worker:

Inheritance graph
[legend]
Collaboration diagram for TAO_Notify_Subscription_Change_Worker:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_Notify_Subscription_Change_Worker (const CosNotification::EventTypeSeq &added, const CosNotification::EventTypeSeq &removed)
 Constuctor.

virtual ~TAO_Notify_Subscription_Change_Worker ()
 Destructor.

void work (TAO_Notify_Proxy *proxy)
 = TAO_ESF_Worker method


Protected Attributes

const CosNotification::EventTypeSeqadded_
const CosNotification::EventTypeSeqremoved_

Constructor & Destructor Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Notify_Subscription_Change_Worker::TAO_Notify_Subscription_Change_Worker const CosNotification::EventTypeSeq added,
const CosNotification::EventTypeSeq removed
 

Constuctor.

Definition at line 12 of file Subscription_Change_Worker.cpp.

References CosNotification::EventTypeSeq.

00015   : added_ (added), removed_ (removed)
00016 {
00017 }

TAO_Notify_Subscription_Change_Worker::~TAO_Notify_Subscription_Change_Worker  )  [virtual]
 

Destructor.

Definition at line 19 of file Subscription_Change_Worker.cpp.

00020 {
00021 }


Member Function Documentation

void TAO_Notify_Subscription_Change_Worker::work TAO_Notify_Proxy proxy  )  [virtual]
 

= TAO_ESF_Worker method

Implements TAO_ESF_Worker< TAO_Notify_Proxy >.

Definition at line 24 of file Subscription_Change_Worker.cpp.

References ACE_ENV_ARG_PARAMETER.

00025 {
00026   proxy->admin_types_changed (this->added_, this->removed_ ACE_ENV_ARG_PARAMETER);
00027 }


Member Data Documentation

const CosNotification::EventTypeSeq& TAO_Notify_Subscription_Change_Worker::added_ [protected]
 

Definition at line 47 of file Subscription_Change_Worker.h.

const CosNotification::EventTypeSeq& TAO_Notify_Subscription_Change_Worker::removed_ [protected]
 

Definition at line 48 of file Subscription_Change_Worker.h.


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 13:33:30 2006 for TAO_CosNotification by doxygen 1.3.6