00001 // Copyright CERN 2012 - Developed in collaboration with GSI 00002 00003 #include <fesa-core/Core/AbstractEvent.h> 00004 00005 00006 namespace fesa 00007 { 00008 00009 AbstractEvent::AbstractEvent(MultiplexingContext* context) : 00010 muxContext_(context) 00011 { 00012 } 00013 00014 AbstractEvent::~AbstractEvent() 00015 { 00016 } 00017 00018 } // fesa