RequestEvent.cpp

Go to the documentation of this file.
00001 // Copyright CERN 2012 - Developed in collaboration with GSI
00002 
00003 #include <fesa-core/Server/RequestEvent.h>
00004 
00005 namespace fesa
00006 {
00007 
00008 RequestEvent::RequestEvent(MultiplexingContext* context) :
00009     AbstractEvent(context)
00010 {
00011 }
00012 
00013 RequestEvent::~RequestEvent()
00014 {
00015 }
00016 
00017 } // fesa

Generated on 18 Jan 2013 for Fesa by  doxygen 1.6.1