Public Member Functions

TAO_Notify::Reconnect_Worker< TOPOOBJ > Class Template Reference

Iterate through children reconnecting after reloading persistent information. More...

#include <Reconnect_Worker_T.h>

Inheritance diagram for TAO_Notify::Reconnect_Worker< TOPOOBJ >:
Inheritance graph
[legend]
Collaboration diagram for TAO_Notify::Reconnect_Worker< TOPOOBJ >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Reconnect_Worker ()
 Constructor.
virtual void work (TOPOOBJ *o)
 Override virtual ESF_Worker method.

Detailed Description

template<class TOPOOBJ>
class TAO_Notify::Reconnect_Worker< TOPOOBJ >

Iterate through children reconnecting after reloading persistent information.

Definition at line 31 of file Reconnect_Worker_T.h.


Constructor & Destructor Documentation

template<class TOPOOBJ >
TAO_Notify::Reconnect_Worker< TOPOOBJ >::Reconnect_Worker (  ) 

Constructor.

Definition at line 25 of file Reconnect_Worker_T.cpp.

  {
  }


Member Function Documentation

template<class TOPOOBJ >
void TAO_Notify::Reconnect_Worker< TOPOOBJ >::work ( TOPOOBJ *  o  )  [virtual]

Override virtual ESF_Worker method.

Implements TAO_ESF_Worker< TOPOOBJ >.

Definition at line 31 of file Reconnect_Worker_T.cpp.

  {
    ACE_ASSERT(o != 0);
    o->reconnect ();
  }


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