NoneContext.cpp

Go to the documentation of this file.
00001 // Copyright CERN 2012 - Developed in collaboration with GSI
00002 
00003 #include <fesa-core/Synchronization/NoneContext.h>
00004 
00005 
00006 namespace fesa
00007 {
00008 
00009 NoneContext::NoneContext() :
00010     MultiplexingContext()
00011 {
00012     type_ = NoneCtxt;
00013 }
00014 
00015 
00016 NoneContext::NoneContext(std::istream& stream) :
00017     MultiplexingContext(stream)
00018 {
00019 }
00020 
00021 } // fesa

Generated on 18 Jan 2013 for Fesa by  doxygen 1.6.1