#include <Subscription_Change_Worker.h>
Public Member Functions | |
TAO_Notify_Subscription_Change_Worker (const CosNotification::EventTypeSeq &added, const CosNotification::EventTypeSeq &removed) | |
Constructor. | |
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_ |
Definition at line 34 of file Subscription_Change_Worker.h.
TAO_Notify_Subscription_Change_Worker::TAO_Notify_Subscription_Change_Worker | ( | const CosNotification::EventTypeSeq & | added, | |
const CosNotification::EventTypeSeq & | removed | |||
) |
Constructor.
Definition at line 12 of file Subscription_Change_Worker.cpp.
TAO_Notify_Subscription_Change_Worker::~TAO_Notify_Subscription_Change_Worker | ( | ) | [virtual] |
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.
{ proxy->admin_types_changed (this->added_, this->removed_); }
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.