X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FLauncher%2FLauncher_Job_YACSFile.hxx;h=6572312442618551f21685a0288155ff3f2860fd;hb=bc66f4540a4eda36e8700d55ef22030abf98a021;hp=ee0abf0b59f902e0cccb31f6706d087c10a9e2e2;hpb=718e0abe0126e5e53b3ba41fff1028efcf5bc887;p=modules%2Fkernel.git diff --git a/src/Launcher/Launcher_Job_YACSFile.hxx b/src/Launcher/Launcher_Job_YACSFile.hxx index ee0abf0b5..657231244 100644 --- a/src/Launcher/Launcher_Job_YACSFile.hxx +++ b/src/Launcher/Launcher_Job_YACSFile.hxx @@ -36,8 +36,11 @@ namespace Launcher virtual void addJobTypeSpecificScript(std::ofstream & launch_script_stream); virtual void checkSpecificParameters(); + static const char TYPE_NAME[]; + protected: int _dumpState; + std::string _yacsDriverOptions; }; }