Salome HOME
Merge branch 'omu/launcher_evol'
[modules/kernel.git] / src / Launcher / Launcher_Job_Command.hxx
index 20dc95f7be4e357056cc2efd1b51d4931f93ef74..d95b01b5d0c38b3b7a5de66cc483ad1def719aa1 100644 (file)
@@ -39,9 +39,12 @@ namespace Launcher
 
       virtual void update_job();
 
+      static const char TYPE_NAME[];
+
 #ifdef WITH_LIBBATCH
     protected:
       std::string buildCommandScript(Batch::Parametre params, std::string launch_date);
+      virtual std::string runCommandString();
 #endif
   };
 }