Public Member Functions | Protected Attributes

TAO_Notify_Subscription_Change_Worker Class Reference

#include <Subscription_Change_Worker.h>

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

List of all members.

Public Member Functions

 TAO_Notify_Subscription_Change_Worker (const CosNotification::EventTypeSeq &added, const CosNotification::EventTypeSeq &removed)
 Constructor.
virtual ~TAO_Notify_Subscription_Change_Worker ()
 Destructor.
void work (TAO_Notify_Proxy *proxy)
 = TAO_ESF_Worker method

Protected Attributes

const
CosNotification::EventTypeSeq
added_
const
CosNotification::EventTypeSeq
removed_

Detailed Description

Definition at line 34 of file Subscription_Change_Worker.h.


Constructor & Destructor Documentation

TAO_Notify_Subscription_Change_Worker::TAO_Notify_Subscription_Change_Worker ( const CosNotification::EventTypeSeq added,
const CosNotification::EventTypeSeq removed 
)

Constructor.

Definition at line 12 of file Subscription_Change_Worker.cpp.

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

TAO_Notify_Subscription_Change_Worker::~TAO_Notify_Subscription_Change_Worker (  )  [virtual]

Destructor.

Definition at line 19 of file Subscription_Change_Worker.cpp.

{
}


Member Function Documentation

void TAO_Notify_Subscription_Change_Worker::work ( TAO_Notify_Proxy proxy  )  [virtual]

= TAO_ESF_Worker method

Implements TAO_ESF_Worker< TAO_Notify_Proxy >.

Definition at line 24 of file Subscription_Change_Worker.cpp.

{
  proxy->admin_types_changed (this->added_, this->removed_);
}


Member Data Documentation

Definition at line 47 of file Subscription_Change_Worker.h.

Definition at line 48 of file Subscription_Change_Worker.h.


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