Salome HOME
Compilation under Windows: add missing header
[modules/kernel.git] / src / Launcher / Launcher_Job.hxx
index eab918c722e5d1bd769ccdd588835e3bd1a5cb32..febde474c271a507a783a84679155072c8e76d35 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  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
@@ -47,13 +47,10 @@ namespace Launcher
 {
   class LAUNCHER_EXPORT Job
   {
-    protected:
-      virtual ~Job();
     public:
       Job();
-      int getRCValue() const { return _cnt; }
-      bool decrRef() const;
-      void incrRef() const;
+      virtual ~Job();
+
       // Launcher managing parameters
       // State of a Job: CREATED, IN_PROCESS, QUEUED, RUNNING, PAUSED, FINISHED, ERROR
       void setState(const std::string & state);