Inheritance diagram for TAO_Notify_ProxyConsumer_Update_Worker:
Public Member Functions | |
TAO_Notify_ProxyConsumer_Update_Worker (const TAO_Notify_EventTypeSeq &added, const TAO_Notify_EventTypeSeq &removed) | |
Protected Member Functions | |
void | work (TAO_Notify_ProxyConsumer *proxy) |
= TAO_ESF_Worker method | |
Protected Attributes | |
const TAO_Notify_EventTypeSeq & | added_ |
const TAO_Notify_EventTypeSeq & | removed_ |
Definition at line 28 of file Event_Manager.cpp.
|
Definition at line 267 of file Event_Manager.cpp.
|
|
= TAO_ESF_Worker method
Implements TAO_ESF_Worker< TAO_Notify_ProxyConsumer >. Definition at line 273 of file Event_Manager.cpp. References added_, and TAO_Notify_Proxy::types_changed().
00274 { 00275 proxy->types_changed (added_, removed_); 00276 } |
|
Definition at line 37 of file Event_Manager.cpp. Referenced by work(). |
|
Definition at line 38 of file Event_Manager.cpp. |