#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_ |
|
Constuctor.
Definition at line 12 of file Subscription_Change_Worker.cpp. References CosNotification::EventTypeSeq.
|
|
Destructor.
Definition at line 19 of file Subscription_Change_Worker.cpp.
00020 { 00021 } |
|
= 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 } |
|
Definition at line 47 of file Subscription_Change_Worker.h. |
|
Definition at line 48 of file Subscription_Change_Worker.h. |