VR-Forces 4.1 Class Documentation
loadBalancingFactory.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: loadBalancingFactory.h,v $ $Revision: 1.2 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
16 #include <vrfGuiCore/vrfGuiCore.h>
17 
18 #include "vrfutil/scenario.h"
19 
20 #include <vector>
21 #include <string>
22 
23 namespace makVrf
24 {
26  {
27  public:
28  typedef std::vector<DtLoadBalancingFcnInfo> DtLoadBalancerMap;
29 
30  public:
32  virtual ~DtLoadBalancingFactory();
33 
34  static void addLoadBalancingFunction(const std::string& name, DtLoadBalancingFcn fcn, void* usr);
35  static void removeLoadBalancingFunction(const std::string& name);
36  static bool loadBalancingInformation(const std::string& name, DtLoadBalancingFcnInfo& fcn);
37 
38  static const DtLoadBalancerMap& loadBalancers();
39 
40  protected:
42  };
43 }
44 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)