From b9ae5e0ed6e4238c7410265ed5530931d4552f7d Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Sat, 8 Mar 2008 18:39:15 +0000 Subject: added SyncRtpCommand --- rtpSession.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'rtpSession.h') diff --git a/rtpSession.h b/rtpSession.h index cf1577f..218843c 100644 --- a/rtpSession.h +++ b/rtpSession.h @@ -31,7 +31,6 @@ #ifndef _RTPSESSION_H_ #define _RTPSESSION_H_ -#include "options.h" #include "threadUtils.hpp" #include @@ -45,12 +44,12 @@ public: private: //TODO: check if this is ok - Mutex mutex_; + //Mutex mutex_; friend class boost::serialization::access; template void serialize(Archive & ar, const unsigned int version) { - Lock lock(mutex_); + //Lock lock(mutex_); } }; -- cgit v1.2.3