Salome HOME
Remove unnecessary trace from console.
[modules/kernel.git] / src / Launcher / Launcher_Job_YACSFile.hxx
index ee0abf0b59f902e0cccb31f6706d087c10a9e2e2..6572312442618551f21685a0288155ff3f2860fd 100644 (file)
@@ -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;
   };
 }