Salome HOME
Merge class BatchManager_eClient into class BatchManager
[tools/libbatch.git] / src / LoadLeveler / Batch_FactBatchManager_eLL.hxx
index a37cb6edd65fb15f0cd0bf8fcc7bd81b4453f85b..4d6d591ec4dfbb24440d8fa61fc178c0fe916c46 100644 (file)
@@ -32,8 +32,8 @@
 #include <Batch_Defines.hxx>
 #include <Batch_Constants.hxx>
 
-#include "Batch_BatchManager_eClient.hxx"
-#include "Batch_FactBatchManager_eClient.hxx"
+#include "Batch_BatchManager.hxx"
+#include "Batch_FactBatchManager.hxx"
 
 namespace Batch {
 
@@ -41,20 +41,18 @@ namespace Batch {
 
   class BatchManager_eLL;
 
-  class BATCH_EXPORT FactBatchManager_eLL : public FactBatchManager_eClient
+  class BATCH_EXPORT FactBatchManager_eLL : public FactBatchManager
   {
   public:
     // Constructeur et destructeur
     FactBatchManager_eLL();
     virtual ~FactBatchManager_eLL();
 
-    virtual BatchManager * operator() (const char * hostname) const;
-    virtual BatchManager_eClient * operator() (const char * hostname,
-                                               const char * username,
-                                               CommunicationProtocolType protocolType,
-                                               const char * mpiImpl,
-                                               int nb_proc_per_node = 1) const;
-
+    virtual BatchManager * operator() (const char * hostname,
+                                       const char * username,
+                                       CommunicationProtocolType protocolType,
+                                       const char * mpiImpl,
+                                       int nb_proc_per_node = 1) const;
   };
 
 }