#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) | |
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_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Notify_Subscription_Change_Worker::TAO_Notify_Subscription_Change_Worker | ( | const CosNotification::EventTypeSeq & | added, | |
const CosNotification::EventTypeSeq & | removed | |||
) |
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.
References TAO_Notify_Proxy::admin_types_changed().
00025 { 00026 proxy->admin_types_changed (this->added_, this->removed_); 00027 }
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.