Salome HOME
Porting to Mandrake 10.1 and new products:
[modules/kernel.git] / src / ResourcesManager / SALOME_LoadRateManager.cxx
1 #include "SALOME_LoadRateManager.hxx"
2
3 using namespace std;
4
5 string SALOME_LoadRateManager::FindBest(const Engines::MachineList& hosts)
6 {
7   // for the moment then "maui" will be used for dynamic selection ...
8   return string(hosts[0]);
9 }