Salome HOME
Remove unnecessary trace from console.
[modules/kernel.git] / src / Launcher / Launcher_Job_YACSFile.hxx
index 13cab7984a03079a98548fb419ae461fc7a15ff0..6572312442618551f21685a0288155ff3f2860fd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2009-2016  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
@@ -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;
   };
 }