Public Member Functions | Protected Member Functions | Protected Attributes

TAO_Notify_ProxyConsumer_Update_Worker Class Reference

Inform ProxyConsumer of updates. More...

Inheritance diagram for TAO_Notify_ProxyConsumer_Update_Worker:
Inheritance graph
[legend]
Collaboration diagram for TAO_Notify_ProxyConsumer_Update_Worker:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Inform ProxyConsumer of updates.

Definition at line 28 of file Event_Manager.cpp.


Constructor & Destructor Documentation

TAO_Notify_ProxyConsumer_Update_Worker::TAO_Notify_ProxyConsumer_Update_Worker ( const TAO_Notify_EventTypeSeq added,
const TAO_Notify_EventTypeSeq removed 
)

Definition at line 267 of file Event_Manager.cpp.

  :added_ (added), removed_ (removed)
{
}


Member Function Documentation

void TAO_Notify_ProxyConsumer_Update_Worker::work ( TAO_Notify_ProxyConsumer proxy  )  [protected, virtual]

= TAO_ESF_Worker method

Implements TAO_ESF_Worker< TAO_Notify_ProxyConsumer >.

Definition at line 273 of file Event_Manager.cpp.

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


Member Data Documentation

Definition at line 37 of file Event_Manager.cpp.

Definition at line 38 of file Event_Manager.cpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines