]> SALOME platform Git repositories - tools/libbatch.git/blobdiff - src/CCC/Batch_FactBatchManager_eCCC.cxx
Salome HOME
Moved username initialization to the constructor in BatchManager_eClients
[tools/libbatch.git] / src / CCC / Batch_FactBatchManager_eCCC.cxx
index 7590875f66cb97f9715ec6301ac4b95165059236..a3ca60803b0ac0bfdcc7bf9253122ef7acf7aa04 100644 (file)
@@ -55,12 +55,13 @@ namespace Batch {
   }
 
   BatchManager_eClient * FactBatchManager_eCCC::operator() (const char * hostname,
+                                                            const char * username,
                                                             CommunicationProtocolType protocolType,
                                                             const char * mpiImpl,
                                                            int nb_proc_per_node) const
   {
     // MESSAGE("Building new BatchManager_CCC on host '" << hostname << "'");
-    return new BatchManager_eCCC(this, hostname, protocolType, mpiImpl);
+    return new BatchManager_eCCC(this, hostname, username, protocolType, mpiImpl);
   }
 
 }