Salome HOME
Code factorization
[tools/libbatch.git] / src / Local / BatchManager_Local.cxx
index 6be23d512278b1b13da73ad7b7a8a94d18040afb..e5ee6726701250274f7033867b59613f74aceb23 100644 (file)
@@ -193,26 +193,6 @@ namespace Batch {
     // @@@ --------> SECTION CRITIQUE <-------- @@@
   }
 
-
-  // Methode pour le controle des jobs : modifie un job en file d'attente
-  void BatchManager_Local::alterJob(const JobId & jobid, const Parametre & param, const Environnement & env)
-  {
-  }
-
-  // Methode pour le controle des jobs : modifie un job en file d'attente
-  void BatchManager_Local::alterJob(const JobId & jobid, const Parametre & param)
-  {
-    alterJob(jobid, param, Environnement());
-  }
-
-  // Methode pour le controle des jobs : modifie un job en file d'attente
-  void BatchManager_Local::alterJob(const JobId & jobid, const Environnement & env)
-  {
-    alterJob(jobid, Parametre(), env);
-  }
-
-
-
   // Methode pour le controle des jobs : renvoie l'etat du job
   JobInfo BatchManager_Local::queryJob(const JobId & jobid)
   {
@@ -247,7 +227,7 @@ namespace Batch {
   // On force donc l'état du job à erreur - pour cela on ne donne pas d'Id
   // au JobId
   const Batch::JobId
-  BatchManager_Local::addJob(const Batch::Job & job, const std::string reference)
+  BatchManager_Local::addJob(const Batch::Job & job, const std::string reference)
   {
     return JobId(this, "undefined");
   }