00001 // Copyright CERN 2012 - Developed in collaboration with GSI 00002 00003 #ifndef _NONE_CONTEXT_H_ 00004 #define _NONE_CONTEXT_H_ 00005 00006 #include <fesa-core/Synchronization/MultiplexingContext.h> 00007 00008 namespace fesa 00009 { 00010 00016 class NoneContext : public MultiplexingContext 00017 { 00018 public: 00022 NoneContext(); 00023 00027 NoneContext(std::istream& stream); 00028 00029 }; 00030 00031 } // fesa 00032 00033 #endif // _NONE_CONTEXT_H_