X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSGE%2FBatch_BatchManager_eSGE.hxx;h=3743752b2c0fa2f1f9e7efbd17594f0b26d8b247;hb=3eff45124825320bd1abf844f0601785d3b909c1;hp=3d97404e7fa97cb6122e3c5fe0fa7c1a99315562;hpb=a9919dcbc39092068c2e0fe54b3fcb03b3da386d;p=tools%2Flibbatch.git diff --git a/src/SGE/Batch_BatchManager_eSGE.hxx b/src/SGE/Batch_BatchManager_eSGE.hxx index 3d97404..3743752 100644 --- a/src/SGE/Batch_BatchManager_eSGE.hxx +++ b/src/SGE/Batch_BatchManager_eSGE.hxx @@ -65,6 +65,7 @@ namespace Batch { virtual void setParametre(const JobId & jobid, const Parametre & param) { return alterJob(jobid, param); } // modifie un job en file d'attente virtual void setEnvironnement(const JobId & jobid, const Environnement & env) { return alterJob(jobid, env); } // modifie un job en file d'attente + virtual const Batch::JobId addJob(const Batch::Job & job, const std::string reference); // ajoute un nouveau job sans le soumettre protected: void buildBatchScript(const Job & job);