Inheritance diagram for TAO_Notify_ProxySupplier_Update_Worker:
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_ |
Definition at line 49 of file Event_Manager.cpp.
|
Definition at line 296 of file Event_Manager.cpp.
|
|
= TAO_ESF_Worker method
Implements TAO_ESF_Worker< TAO_Notify_ProxySupplier >. Definition at line 302 of file Event_Manager.cpp. References ACE_ENV_ARG_PARAMETER.
00303 { 00304 proxy->types_changed (added_, removed_ ACE_ENV_ARG_PARAMETER); 00305 } |
|
Definition at line 58 of file Event_Manager.cpp. |
|
Definition at line 59 of file Event_Manager.cpp. |