00001 // Copyright CERN 2012 - Developed in collaboration with GSI 00002 00003 #ifndef SHARED_MUTEX_H_ 00004 #define SHARED_MUTEX_H_ 00005 00006 #include <fesa-core/Utilities/AbstractMutex.h> 00007 00008 namespace fesa 00009 { 00010 00015 class SharedMutex: public AbstractMutex 00016 { 00017 public: 00023 SharedMutex(void* pAddrMemory); 00024 }; 00025 00026 /**********************************************************************/ 00027 00028 } // fesa 00029 00030 #endif // SHARED_MUTEX_H_