#include <Subscription_Change_Worker.h>
Inheritance diagram for TAO_Notify_Subscription_Change_Worker:
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::EventTypeSeq & | added_ |
const CosNotification::EventTypeSeq & | removed_ |
TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Notify_Subscription_Change_Worker::TAO_Notify_Subscription_Change_Worker | ( | const CosNotification::EventTypeSeq & | added, | |
const CosNotification::EventTypeSeq & | removed | |||
) |
Constuctor.
TAO_Notify_Subscription_Change_Worker::~TAO_Notify_Subscription_Change_Worker | ( | ) | [virtual] |
Destructor.
void TAO_Notify_Subscription_Change_Worker::work | ( | TAO_Notify_Proxy * | proxy | ) | [virtual] |
const CosNotification::EventTypeSeq& TAO_Notify_Subscription_Change_Worker::added_ [protected] |
const CosNotification::EventTypeSeq& TAO_Notify_Subscription_Change_Worker::removed_ [protected] |