Salome HOME
Build KERNEL module on Windows platform.
[modules/kernel.git] / src / Launcher / Launcher_Job_PythonSALOME.hxx
index a6910eb219fc3950e296386c9f65f6f2da3e6c9d..61dd1cdafcc1383b6ab04309d73ed458ff707cc7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2009-2019  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);
+      static const char TYPE_NAME[];
   };
 }