Public Member Functions

TAO_Notify::Validate_Worker< TOPOOBJ > Class Template Reference

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

#include <Validate_Worker_T.h>

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

List of all members.

Public Member Functions

 Validate_Worker ()
 Constructor.
virtual void work (TOPOOBJ *o)

Detailed Description

template<class TOPOOBJ>
class TAO_Notify::Validate_Worker< TOPOOBJ >

Iterate through children reconnecting after reloading persistent information.

Definition at line 31 of file Validate_Worker_T.h.


Constructor & Destructor Documentation

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

Constructor.

Definition at line 19 of file Validate_Worker_T.cpp.

  {
  }


Member Function Documentation

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

Implements TAO_ESF_Worker< TOPOOBJ >.

Definition at line 25 of file Validate_Worker_T.cpp.

  {
    if (o == 0)
    {
      if (TAO_debug_level > 0)
      {
        ACE_DEBUG ((LM_DEBUG, 
          ACE_TEXT("(%P|%t)Validate_Worker<TOPOOBJ>::work: obj is nil\n")));
      }
    }
    else
    {
      o->validate ();
    }
  }


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