Salome HOME
Moved username initialization to the constructor in BatchManager_eClients
[tools/libbatch.git] / src / Core / Batch_FactBatchManager_eClient.hxx
index 0f0f3104befd793f056a87e77a3cd447f2c9a856..9713f68c4813fddaa856dd1debca8c976ade7dab 100644 (file)
@@ -48,6 +48,7 @@ namespace Batch {
     virtual ~FactBatchManager_eClient();
 
     virtual Batch::BatchManager_eClient * operator() (const char * hostname,
+                                                      const char * username,
                                                       CommunicationProtocolType protocolType,
                                                       const char * mpi,
                                                      int nb_proc_per_node = 1) const = 0;