Salome HOME
Code factorization
[tools/libbatch.git] / src / LoadLeveler / BatchManager_LL.hxx
index fe805de13fc1a98e4c1e67253fec3d815487bdda..6bfd34282415fb83324947975b9367cd2a3e5e2e 100644 (file)
@@ -50,13 +50,7 @@ namespace Batch {
     // Methods to control jobs
     virtual const JobId submitJob(const Job & job);
     virtual void deleteJob(const JobId & jobid);
-    virtual void holdJob(const JobId & jobid);
-    virtual void releaseJob(const JobId & jobid);
-    virtual void alterJob(const JobId & jobid, const Parametre & param, const Environnement & env);
-    virtual void alterJob(const JobId & jobid, const Parametre & param);
-    virtual void alterJob(const JobId & jobid, const Environnement & env);
     virtual JobInfo queryJob(const JobId & jobid);
-    virtual const JobId addJob(const Job & job, const std::string reference);
 
   protected:
     std::string buildCommandFile(const Job & job);