Salome HOME
Merge remote branch 'origin/bsr/resmgr'
[modules/kernel.git] / src / Container / SALOME_ContainerManager.hxx
index 4c9293e16c5d86da4254075e7b6c0f4c3f6e0e82..941603e936d88a7a4a939af654a6a1e0b39604d5 100644 (file)
@@ -89,7 +89,11 @@ protected:
 
   std::string machinesFile(const int nbproc);
 
- static std::string getCommandToRunRemoteProcess(AccessProtocolType protocol, const std::string & hostname, const std::string & username);
+ static std::string getCommandToRunRemoteProcess(AccessProtocolType protocol, 
+                                                 const std::string & hostname, 
+                                                 const std::string & username,
+                                                 const std::string & applipath,
+                                                 const std::string & workdir="");
 
   Engines::Container_ptr
   LaunchContainer(const Engines::ContainerParameters& params,