Salome HOME
Moved username initialization to the constructor in BatchManager_eClients
[tools/libbatch.git] / src / CCC / Batch_BatchManager_eCCC.cxx
index fe2d9e399bf54c6590de4d2b533893fdcee847c7..cd2c5ec364e144faaaddc78809cc719ee1b86123 100644 (file)
@@ -55,8 +55,9 @@ using namespace std;
 namespace Batch {
 
   BatchManager_eCCC::BatchManager_eCCC(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(parent, host)
   {
     // Nothing to do