summaryrefslogtreecommitdiff
path: root/rtpSessionTable.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-03-14 19:33:40 +0000
committerChristian Pointner <equinox@anytun.org>2008-03-14 19:33:40 +0000
commit8efe1bd45ddab5e60c756c9c11506dfe469e8563 (patch)
treecfb528473cecfda49edadcead130eae46cfce930 /rtpSessionTable.h
parentdirty rtp port hack (diff)
first working version
Diffstat (limited to 'rtpSessionTable.h')
-rw-r--r--rtpSessionTable.h2
1 files changed, 2 insertions, 0 deletions
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);