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)

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]
 

Implements TAO_ESF_Worker< TOPOOBJ >.

Definition at line 31 of file Reconnect_Worker_T.cpp.

References ACE_ASSERT, ACE_CHECK, and ACE_ENV_SINGLE_ARG_PARAMETER.

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


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 13:34:16 2006 for TAO_CosNotification by doxygen 1.3.6