X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSGE%2FBatch_BatchManager_eSGE.cxx;h=32e2ecbd1958299db89c5de13035cd7324ae21aa;hb=3eff45124825320bd1abf844f0601785d3b909c1;hp=a7f9d3fc5813484508803e964d29ed017be47205;hpb=a9919dcbc39092068c2e0fe54b3fcb03b3da386d;p=tools%2Flibbatch.git diff --git a/src/SGE/Batch_BatchManager_eSGE.cxx b/src/SGE/Batch_BatchManager_eSGE.cxx index a7f9d3f..32e2ecb 100644 --- a/src/SGE/Batch_BatchManager_eSGE.cxx +++ b/src/SGE/Batch_BatchManager_eSGE.cxx @@ -120,6 +120,13 @@ namespace Batch { return id; } + // Ce manager permet de faire de la reprise + const Batch::JobId + BatchManager_eSGE::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_eSGE::deleteJob(const JobId & jobid) {