Salome HOME
Added method to test the presence of a BatchManager Factory
[tools/libbatch.git] / src / Core / Batch_BatchManagerCatalog.hxx
index 7286c5966704dc3e572a31dd844839ce57ce1119..295ea27339b14a174d1941d5af87f39faef7704f 100644 (file)
@@ -48,6 +48,7 @@ namespace Batch {
     static BatchManagerCatalog& getInstance();
 
     void addFactBatchManager(const char * type, Batch::FactBatchManager * pFBM);
+    bool hasFactBatchManager(const char * type);
     Batch::FactBatchManager * operator() (const char * type);
 
     virtual std::map<std::string, FactBatchManager *> * dict();