Salome HOME
Make exportInputFiles public.
[tools/libbatch.git] / src / Core / BatchManager.hxx
index 1746c9c93727505ee866bdf28a7b90ea4cccefcc..79d2fd8d3419239b839cbf8dc38e37c310d51520 100644 (file)
@@ -83,6 +83,7 @@ namespace Batch {
 
     // Get the underlying communication protocol
     const CommunicationProtocol & getProtocol() const;
+    virtual void exportInputFiles(const Job & job);
 
   protected:
     std::string _hostname; // serveur ou tourne le BatchManager
@@ -94,7 +95,6 @@ namespace Batch {
     MpiImpl *_mpiImpl; // Mpi implementation to launch executable in batch script
 
     MpiImpl* FactoryMpiImpl(std::string mpiImpl);
-    virtual void exportInputFiles(const Job & job);
     
     // Preprocessing done on the frontal using "PREPROCESS" parameter as a script.
     // May throw exceptions in case of failure.