From 8efe1bd45ddab5e60c756c9c11506dfe469e8563 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 14 Mar 2008 19:33:40 +0000 Subject: first working version --- rtpSessionTable.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rtpSessionTable.h') diff --git a/rtpSessionTable.h b/rtpSessionTable.h index 19aec6f..61bfdeb 100644 --- a/rtpSessionTable.h +++ b/rtpSessionTable.h @@ -49,6 +49,8 @@ public: bool empty(); void clear(); ::Mutex& getMutex(); + RtpSessionMap::iterator getBeginUnlocked(); + RtpSessionMap::iterator getEndUnlocked(); RtpSession& getOrNewSession(const std::string & call_id, bool& isnew); RtpSession& getOrNewSessionUnlocked(const std::string & call_id, bool& isnew); RtpSession& getSession(const std::string & call_id); -- cgit v1.2.3