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