# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NL3D::CDefaultLoadBalancingObs Class Reference

The default LoadBalancing observer, used by unspecified models. More...

#include <load_balancing_trav.h>

Inheritance diagram for NL3D::CDefaultLoadBalancingObs:

NL3D::IBaseLoadBalancingObs NL3D::IObs NLMISC::CRefCount List of all members.

Public Methods

 CDefaultLoadBalancingObs ()
 Constructor. More...

The base doit method.
virtual void traverse (IObs *caller)
 Traverse this observer. More...


Detailed Description

The default LoadBalancing observer, used by unspecified models.

This observer:

  • leave the notification system to DO NOTHING.
  • implement the traverse() method to DO NOTHING
See also:
IBaseLoadBalancingObs
Author:
Lionel Berenguier , Nevrax France
Date:
2000

Definition at line 279 of file load_balancing_trav.h.


Constructor & Destructor Documentation

NL3D::CDefaultLoadBalancingObs::CDefaultLoadBalancingObs   [inline]
 

Constructor.

Definition at line 285 of file load_balancing_trav.h.


Member Function Documentation

virtual void NL3D::CDefaultLoadBalancingObs::traverse IObs   caller [inline, virtual]
 

Traverse this observer.

This function "justdoit" must do all the traversal thing:

  • Get info from caller, and DoIt the observer (completly observer depedent).
  • should traverse() his sons (or simply call traverseSons()).
Parameters:
caller  the father of the observer which have called traverse(). WARNING: this is NULL, for the ROOT.

Implements NL3D::IBaseLoadBalancingObs.

Definition at line 289 of file load_balancing_trav.h.

References NL3D::IObs::IObs.


The documentation for this class was generated from the following file: