X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FLSF%2FBatch_BatchManager_LSF.cxx;h=5fe0649a298124d7c608dbbca09b6b3597bcf7af;hb=3eff45124825320bd1abf844f0601785d3b909c1;hp=082615115933e669ba5da11b3384b5912bf2a110;hpb=a9919dcbc39092068c2e0fe54b3fcb03b3da386d;p=tools%2Flibbatch.git diff --git a/src/LSF/Batch_BatchManager_LSF.cxx b/src/LSF/Batch_BatchManager_LSF.cxx index 0826151..5fe0649 100644 --- a/src/LSF/Batch_BatchManager_LSF.cxx +++ b/src/LSF/Batch_BatchManager_LSF.cxx @@ -82,6 +82,13 @@ namespace Batch { return id; } + // Ce manager permet de faire de la reprise + const Batch::JobId + BatchManager_LSF::addJob(const Batch::Job & job, const std::string reference) + { + return JobId(this, reference); + } + // Methode pour le controle des jobs : retire un job du gestionnaire void BatchManager_LSF::deleteJob(const JobId & jobid) {