Salome HOME
Moved username initialization to the constructor in BatchManager_eClients
[tools/libbatch.git] / src / SGE / Batch_BatchManager_eSGE.hxx
index 3743752b2c0fa2f1f9e7efbd17594f0b26d8b247..143e9c2af49000147d9bfc64fbbe43d94b626310 100644 (file)
@@ -45,6 +45,7 @@ namespace Batch {
   public:
     // Constructeur et destructeur
     BatchManager_eSGE(const FactBatchManager * parent, const char * host="localhost",
+                      const char * username="",
                       CommunicationProtocolType protocolType = SSH, const char * mpiImpl="nompi"); // connexion a la machine host
     virtual ~BatchManager_eSGE();