]> SALOME platform Git repositories - tools/libbatch.git/blobdiff - src/SSH/Batch_BatchManager_eSSH.cxx
Salome HOME
Moved username initialization to the constructor in BatchManager_eClients
[tools/libbatch.git] / src / SSH / Batch_BatchManager_eSSH.cxx
index 1378202917d8af99eabc251888748c5b8d285aba..1d49e032b89407a19027180360bc6de3dfb4e4aa 100644 (file)
@@ -49,8 +49,9 @@ using namespace std;
 namespace Batch {
 
   BatchManager_eSSH::BatchManager_eSSH(const FactBatchManager * parent, const char * host,
+                                       const char * username,
                                        CommunicationProtocolType protocolType, const char * mpiImpl)
-    : BatchManager_eClient(parent, host, protocolType, mpiImpl),
+    : BatchManager_eClient(parent, host, username, protocolType, mpiImpl),
       BatchManager_Local(parent, host, protocolType),
       BatchManager(parent, host)
   {