Salome HOME
Suppression of warnings.
authorageay <ageay>
Thu, 26 Feb 2009 14:27:56 +0000 (14:27 +0000)
committerageay <ageay>
Thu, 26 Feb 2009 14:27:56 +0000 (14:27 +0000)
src/Batch/Batch_FactBatchManager_Local_RSH.cxx
src/Batch/Batch_FactBatchManager_eLSF.cxx
src/Batch/Batch_FactBatchManager_ePBS.cxx

index e52954fd05c86455181ccf905c01c4c24141f0d3..8e21bb57710e8fad2667a22eaceea86f0e01c43c 100644 (file)
 //#include "utilities.h"
 
 namespace Batch {
-  
-  static FactBatchManager_Local_RSH* instanceOfFBM_eLSF()
-  {
-    static FactBatchManager_Local_RSH* sFBM_Local_RSH = 0;
-    if ( !sFBM_Local_RSH )
-      sFBM_Local_RSH = new FactBatchManager_Local_RSH();
-
-    return sFBM_Local_RSH;
-  }
 
   // Constructeur
   FactBatchManager_Local_RSH::FactBatchManager_Local_RSH() : FactBatchManager("RSH")
index b21c36598316964f5614f2184a6f476268c174df..e46b355bd7bda239dbc13ab7525f7df9b6d2d516 100644 (file)
 
 namespace Batch {
 
-static FactBatchManager_eLSF* instanceOfFBM_eLSF()
-{
-  static FactBatchManager_eLSF* sFBM_eLSF = 0;
-  if ( !sFBM_eLSF )
-    sFBM_eLSF = new FactBatchManager_eLSF();
-
-  return sFBM_eLSF;
-}
-  
-
   // Constructeur
   FactBatchManager_eLSF::FactBatchManager_eLSF() : FactBatchManager_eClient("eLSF")
   {
index e5745b2fc5fe4d52874d5dfd2008dc3bf8482f6e..863ed5212f376339f6aa43f348b391a9656c1ace 100644 (file)
 
 namespace Batch {
 
-  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")
   {