Salome HOME
- Add a new method for resuming jobs
[tools/libbatch.git] / src / Core / Batch_BatchManager_eClient.hxx
index 7641ec9ea1eac42b842f7d1791ed901d43ef1d8d..188a2df7158f664e478f8ae87989da0ba0bdb179 100644 (file)
@@ -53,6 +53,8 @@ namespace Batch {
     virtual ~BatchManager_eClient();
     void importOutputFiles( const Job & job, const std::string directory ) throw(EmulationException);
 
+    void setUsername(const std::string & username) {_username = username;}
+
   protected:
     const CommunicationProtocol & _protocol; // protocol to access _hostname
     std::string _username; // username to access _hostname