]> SALOME platform Git repositories - tools/libbatch.git/blobdiff - src/SGE/Batch_BatchManager_eSGE.cxx
Salome HOME
Moved username initialization to the constructor in BatchManager_eClients
[tools/libbatch.git] / src / SGE / Batch_BatchManager_eSGE.cxx
index 32e2ecbd1958299db89c5de13035cd7324ae21aa..20d5c4b5baede809fbf9a9366e8b6758a1065125 100644 (file)
@@ -54,8 +54,9 @@ using namespace std;
 namespace Batch {
 
   BatchManager_eSGE::BatchManager_eSGE(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