00001 // Copyright CERN 2012 - Developed in collaboration with GSI 00002 00003 #include <fesa-core/Core/OnDemandProducer.h> 00004 00005 #include <fesa-core/Core/AbstractEquipment.h> 00006 #include <fesa-core/Utilities/Semaphore.h> 00007 00008 namespace fesa 00009 { 00010 00011 OnDemandProducer::OnDemandProducer() 00012 { 00013 00014 } 00015 00016 OnDemandProducer::~OnDemandProducer() 00017 { 00018 00019 } 00020 00021 } 00022