TAO_Notify_ProxySupplier_Update_Worker Class Reference

Inform ProxySupplier of updates. More...

Inheritance diagram for TAO_Notify_ProxySupplier_Update_Worker:

Inheritance graph
[legend]
Collaboration diagram for TAO_Notify_ProxySupplier_Update_Worker:

Collaboration graph
[legend]
List of all members.

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_EventTypeSeqadded_
const TAO_Notify_EventTypeSeqremoved_

Detailed Description

Inform ProxySupplier of updates.

Definition at line 49 of file Event_Manager.cpp.


Constructor & Destructor Documentation

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.

00281   :added_ (added), removed_ (removed)
00282 {
00283 }


Member Function Documentation

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.

References added_, removed_, and TAO_Notify_Proxy::types_changed().

00287 {
00288   proxy->types_changed (added_, removed_);
00289 }


Member Data Documentation

const TAO_Notify_EventTypeSeq& TAO_Notify_ProxySupplier_Update_Worker::added_ [protected]

Definition at line 58 of file Event_Manager.cpp.

Referenced by work().

const TAO_Notify_EventTypeSeq& TAO_Notify_ProxySupplier_Update_Worker::removed_ [protected]

Definition at line 59 of file Event_Manager.cpp.

Referenced by work().


The documentation for this class was generated from the following file:
Generated on Tue Feb 2 17:46:28 2010 for TAO_CosNotification by  doxygen 1.4.7