Salome HOME
BUG 0020024: a --gdb-session option to runSalome ...
[modules/kernel.git] / src / Batch / Batch_FactBatchManager_ePBS.cxx
index 3bcbda530efb2e1213a38993f398d19748b4838a..3611a05ea613c9a619554594a3feddbbd343b0fb 100644 (file)
 
 namespace Batch {
 
-  static FactBatchManager_ePBS sFBM_ePBS;
+  static FactBatchManager_ePBS* instanceOfFBM_eLSF()
+  {
+    static FactBatchManager_ePBS* sFBM_ePBS = 0;
+    if ( !sFBM_ePBS )
+      sFBM_ePBS = new FactBatchManager_ePBS();
+
+    return sFBM_ePBS;
+  }
 
   // Constructeur
   FactBatchManager_ePBS::FactBatchManager_ePBS() : FactBatchManager_eClient("ePBS")