Salome HOME
Porting to Mandrake 10.1 and new products:
[modules/kernel.git] / src / Batch / Batch_FactBatchManager_PBS.hxx
1 /*
2  * FactBatchManager_PBS.hxx : 
3  *
4  * Auteur : Ivan DUTKA-MALEN - EDF R&D
5  * Date   : Septembre 2004
6  * Projet : SALOME 2
7  *
8  */
9
10 #ifndef _FACTBATCHMANAGER_PBS_H_
11 #define _FACTBATCHMANAGER_PBS_H_
12
13 #include "Batch_FactBatchManager.hxx"
14
15 namespace Batch {
16   
17   class BatchManager_PBS;
18
19   class FactBatchManager_PBS : public FactBatchManager
20   {
21   public:
22     // Constructeur et destructeur
23     FactBatchManager_PBS();
24     virtual ~FactBatchManager_PBS();
25
26     virtual BatchManager * operator() (const char * hostname) const;
27
28   protected:
29
30   private:
31
32   };
33
34 }
35
36 #endif