Iterate through children reconnecting after reloading persistent information. More...
#include <Reconnect_Worker_T.h>
Public Member Functions | |
Reconnect_Worker () | |
Constructor. | |
virtual void | work (TOPOOBJ *o) |
Override virtual ESF_Worker method. |
Iterate through children reconnecting after reloading persistent information.
Definition at line 31 of file Reconnect_Worker_T.h.
TAO_Notify::Reconnect_Worker< TOPOOBJ >::Reconnect_Worker | ( | ) |
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 (); }