X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FLauncher%2FLauncher_Job_Command.hxx;h=e50a7c9e1f0cef9ee28a7f992fc431defa8e3b91;hb=HEAD;hp=72b80082a33f5bfd60424accaf116e8d29faa7b0;hpb=0fac7040be417aab7228a4e23904b4cf22a8dda4;p=modules%2Fkernel.git diff --git a/src/Launcher/Launcher_Job_Command.hxx b/src/Launcher/Launcher_Job_Command.hxx index 72b80082a..e50a7c9e1 100644 --- a/src/Launcher/Launcher_Job_Command.hxx +++ b/src/Launcher/Launcher_Job_Command.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2009-2024 CEA, EDF, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -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 }; }