Inform ProxySupplier of updates. More...
Public Member Functions | |
TAO_Notify_ProxySupplier_Update_Worker (const TAO_Notify_EventTypeSeq &added, const TAO_Notify_EventTypeSeq &removed) | |
Protected Member Functions | |
void | work (TAO_Notify_ProxySupplier *proxy) |
= TAO_ESF_Worker method | |
Protected Attributes | |
const TAO_Notify_EventTypeSeq & | added_ |
const TAO_Notify_EventTypeSeq & | removed_ |
Inform ProxySupplier of updates.
Definition at line 49 of file Event_Manager.cpp.
TAO_Notify_ProxySupplier_Update_Worker::TAO_Notify_ProxySupplier_Update_Worker | ( | const TAO_Notify_EventTypeSeq & | added, | |
const TAO_Notify_EventTypeSeq & | removed | |||
) |
Definition at line 280 of file Event_Manager.cpp.
void TAO_Notify_ProxySupplier_Update_Worker::work | ( | TAO_Notify_ProxySupplier * | proxy | ) | [protected, virtual] |
= TAO_ESF_Worker method
Implements TAO_ESF_Worker< TAO_Notify_ProxySupplier >.
Definition at line 286 of file Event_Manager.cpp.
{ proxy->types_changed (added_, removed_); }
const TAO_Notify_EventTypeSeq& TAO_Notify_ProxySupplier_Update_Worker::added_ [protected] |
Definition at line 58 of file Event_Manager.cpp.
const TAO_Notify_EventTypeSeq& TAO_Notify_ProxySupplier_Update_Worker::removed_ [protected] |
Definition at line 59 of file Event_Manager.cpp.