FactBatchManager::FactBatchManager(const string & _t) : type(_t)
{
BatchManagerCatalog::getInstance().addFactBatchManager(type.c_str(), this);
- /*
+
+ /*
ostringstream msg;
msg << "FactBatchManager of type '" << type << "' inserted into catalog";
cerr << msg.str().c_str() << endl;
#include "Batch_BatchManager_eSSH.hxx"
#include "Batch_FactBatchManager_eSSH.hxx"
+// Automatic register in the catalogue...
+static Batch::FactBatchManager_eSSH sFBM_eSSH;
+
Batch::FactBatchManager_eSSH::FactBatchManager_eSSH() : FactBatchManager_eClient("eSSH") {}
Batch::FactBatchManager_eSSH::~FactBatchManager_eSSH() {}