1 #ifndef CARMA_UTIL_IOLOCK_H
2 #define CARMA_UTIL_IOLOCK_H
11 #include "carma/util/PthreadMutex.h"
34 class carma::util::IoLock::ScopedCerrLock {
43 carma::util::IoLock::ScopedCerrLock::ScopedCerrLock( )
50 carma::util::IoLock::ScopedCerrLock::~ScopedCerrLock( )
A simple wrapper class that makes use of ::pthread_mutex_t easier in a C++ world. ...