Salome HOME
Make exportInputFiles public.
[tools/libbatch.git] / src / COORM / BatchManager_COORM.hxx
index 87abb2469747e9b027898dcc643bcb32b9a00071..31ccf63bbbc4ee6f92def3cb49383f10ff3c6194 100644 (file)
@@ -54,9 +54,9 @@ namespace Batch
                       // Modifie un job en file d'attente
                       virtual void setEnvironnement(const JobId & jobid, const Environnement & env) { return alterJob(jobid, env); }
 
+                      virtual void exportInputFiles(const Job & job);
               protected:
                       std::string buildBatchScript(const Job & job);
-                      void exportInputFiles(const Job & job);
 
 #ifdef SWIG
               public: