VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
noneBalancer.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2023 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
9 #include <string>
10 
11 class DtString;
12 class DtAddressMap;
13 class DtVrfFileParser;
14 class DtList;
15 
18 {
19 public:
22 
24  virtual ~DtNoneBalancer();
25 
27  static bool balance(DtAddressMap* map, const DtVrfFileParser*, const DtList* backends, bool& remapped, void* usr, const DtString&);
28 
29  static std::string Type() { return "DtNoneBalancer"; };
30 
31 private:
32 
34  DtNoneBalancer(const DtNoneBalancer& orig);
35 
37  DtNoneBalancer& operator=(const DtNoneBalancer& orig);
38 };
Definition: addressMap.h:24
No-op balancer.
Definition: noneBalancer.h:17
static std::string Type()
Definition: noneBalancer.h:29
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
Definition: vrfFileParser.h:30

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)