Salome HOME
Add the possibility to retrieve one single file.
[tools/libbatch.git] / src / Core / BatchManager.hxx
index fffb817cb943d5ee6d9eba7532817f9b23a3a912..7eb91287161d3642ec431cc2cfa2e3cf4c9e22db 100644 (file)
@@ -77,6 +77,8 @@ namespace Batch {
                                       long initSleepTime = 1, long maxSleepTime = 600);
     virtual void importOutputFiles( const Job & job, const std::string directory );
     bool importDumpStateFile( const Job & job, const std::string directory );
+    // copier le fichier work_file à partir du working_directory vers directory
+    virtual bool importWorkFile( const Job & job, const std::string& work_file, const std::string& directory );
 
     // Get the underlying communication protocol
     const CommunicationProtocol & getProtocol() const;