Salome HOME
add method NameChanged to update title name
[modules/kernel.git] / src / ResourcesManager / SALOME_ResourcesManager_Client.hxx
index ae6a291bc9408d6d449ff27506e9f6d0eafa1047..b04574f4778ccb93d2a42a1151e1941d6f0b0dbe 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -42,6 +42,9 @@ public:
   ParserResourcesType GetResourceDefinition(const std::string & name);
   //void AddResource(const ParserResourcesType & new_resource, bool write, const std::string & xml_file);
   //void RemoveResource(const std::string & name, bool write, const std::string & xml_file);
+  std::string getMachineFile(const std::string & resource_name,
+                             long nb_procs,
+                             const std::string & parallelLib);
 
 protected: