Salome HOME
Merge branch 'omu/launcher_evol'
[modules/kernel.git] / src / Launcher / Launcher_Job_YACSFile.hxx
index def45d5e52555254b44e9551295b87b2fced2b22..6572312442618551f21685a0288155ff3f2860fd 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2009-2016  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
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -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;
   };
 }