From b9ae5e0ed6e4238c7410265ed5530931d4552f7d Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Sat, 8 Mar 2008 18:39:15 +0000 Subject: added SyncRtpCommand --- rtpSessionTable.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rtpSessionTable.h') diff --git a/rtpSessionTable.h b/rtpSessionTable.h index f127801..5b14082 100644 --- a/rtpSessionTable.h +++ b/rtpSessionTable.h @@ -49,14 +49,14 @@ public: //u_int16_t getRoute(const NetworkAddress &); bool empty(); void clear(); - Mutex& getMutex(); + ::Mutex& getMutex(); RtpSession& getOrNewSessionUnlocked(const std::string & addr); uint16_t getCountUnlocked(); RtpSessionMap::iterator getBeginUnlocked(); RtpSessionMap::iterator getEndUnlocked(); private: - static Mutex instMutex; + static ::Mutex instMutex; static RtpSessionTable* inst; class instanceCleaner { public: ~instanceCleaner() { @@ -67,7 +67,7 @@ private: RtpSessionTable(const RtpSessionTable &s); void operator=(const RtpSessionTable &s); RtpSessionMap map_; - Mutex mutex_; + ::Mutex mutex_; }; extern RtpSessionTable& gRtpSessionTable; -- cgit v1.2.3