// Container doesn't exist try to launch it ...
MESSAGE("Container doesn't exist try to launch it ...");
vector<string> vector;
- string theMachine=_LoadManager.FindBest(possibleComputers);
+ string theMachine=_ResManager->FindBest(possibleComputers);
string command;
if(theMachine==GetHostname())
command=_ResManager->BuildCommandToLaunchLocalContainer(params);
char* SALOME_ContainerManager::FindBest(const Engines::MachineList& possibleComputers)
{
- string theMachine=_LoadManager.FindBest(possibleComputers);
+ string theMachine=_ResManager->FindBest(possibleComputers);
return CORBA::string_dup(theMachine.c_str());
}
public PortableServer::RefCountServantBase {
private:
SALOME_ResourcesManager *_ResManager;
- SALOME_LoadRateManager _LoadManager;
SALOME_NamingService *_NS;
public:
SALOME_ContainerManager(CORBA::ORB_ptr orb);