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.

00026   {
00027   }


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.

References ACE_ASSERT.

00032   {
00033     ACE_ASSERT(o != 0);
00034     o->reconnect ();
00035   }


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