]> SALOME platform Git repositories - modules/kernel.git/blobdiff - src/Launcher/Launcher_Job_YACSFile.hxx
Salome HOME
Compilation under Windows: add missing header
[modules/kernel.git] / src / Launcher / Launcher_Job_YACSFile.hxx
index 501451ba72229b00c15e171d30d0b3b3fd598b8f..faa9935132b9adc2b88c02be51f98f955f5a23f5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2009-2021  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -23,6 +23,7 @@
 #define _LAUNCHER_JOB_YACSFILE_HXX_
 
 #include "Launcher_Job_SALOME.hxx"
+#include "Launcher_Utils.hxx"
 
 namespace Launcher
 {
@@ -36,8 +37,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;
   };
 }