Salome HOME
Merge class BatchManager_eClient into class BatchManager
[tools/libbatch.git] / src / Core / Batch_Constants.cxx
index 95b97f2ae3b3d788fcb8e6e72a62adb77089abbe..fc04add994e17a26652c60588b9b50eeb038a772 100644 (file)
@@ -1,4 +1,4 @@
-//  Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
+//  Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 //  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -42,7 +42,6 @@ namespace Batch {
   def_Constant(ENDTIME);
   def_Constant(EUSER);
   def_Constant(EXECUTABLE);
-  def_Constant(EXECUTIONHOST);
   def_Constant(EXITCODE);
   def_Constant(HOLD);
   def_Constant(ID);
@@ -63,7 +62,6 @@ namespace Batch {
   def_Constant(STARTTIME);
   def_Constant(STATE);
   def_Constant(TEXT);
-  def_Constant(TMPDIR);
   def_Constant(USEDCPUTIME);
   def_Constant(USEDDISKSIZE);
   def_Constant(USEDRAMSIZE);
@@ -71,6 +69,7 @@ namespace Batch {
   def_Constant(USER);
   def_Constant(WORKDIR);
   def_Constant(HOMEDIR);
+  def_Constant(EXCLUSIVE);
 
   // These constants define the status of a job (parameter STATE);
   def_Constant(CREATED);