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 bfce026393bde7eb5fe924183c17125aa9a2fb59..dd7dacf407f2489841b0d289bd5d97fa74d89b85 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019  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
 #define _LAUNCHER_JOB_PYTHONSALOME_HXX_
 
 #include "Launcher_Job_SALOME.hxx"
+#include "Launcher_Utils.hxx"
 
 namespace Launcher
 {
   class LAUNCHER_EXPORT Job_PythonSALOME : virtual public Launcher::Job_SALOME
   {
-    private:
-      virtual ~Job_PythonSALOME();
     public:
       Job_PythonSALOME();
+      virtual ~Job_PythonSALOME();
 
       virtual void setJobFile(const std::string & job_file);
       virtual void addJobTypeSpecificScript(std::ofstream & launch_script_stream);