Salome HOME
in session_attached mode synchronize local NS with content of salome.[cm,rm,esm,dsm]
[modules/kernel.git] / src / Launcher / Launcher_Job_PythonSALOME.hxx
index 8555528936d8848fb88590f50050b3e8223bfd68..dd7dacf407f2489841b0d289bd5d97fa74d89b85 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2009-2013  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
 // 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
@@ -23,6 +23,7 @@
 #define _LAUNCHER_JOB_PYTHONSALOME_HXX_
 
 #include "Launcher_Job_SALOME.hxx"
+#include "Launcher_Utils.hxx"
 
 namespace Launcher
 {
@@ -34,6 +35,7 @@ namespace Launcher
 
       virtual void setJobFile(const std::string & job_file);
       virtual void addJobTypeSpecificScript(std::ofstream & launch_script_stream);
+      static const char TYPE_NAME[];
   };
 }