Salome HOME
Add remove working directory feature.
[tools/libbatch.git] / src / Core / BatchManager.hxx
index c22336386485c3bec98aa70fcdec4b3b5373d123..7d78f9c35e439ad03d68de8134e35d550979cf71 100644 (file)
@@ -79,6 +79,7 @@ namespace Batch {
     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 );
+    virtual void clearWorkingDir( const Job & job );
 
     // Get the underlying communication protocol
     const CommunicationProtocol & getProtocol() const;