summaryrefslogtreecommitdiff
path: root/rtpSessionTable.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-03-14 13:38:51 +0000
committerChristian Pointner <equinox@anytun.org>2008-03-14 13:38:51 +0000
commit4d95b9eb68c438ad166d75b1cb9053c03bf2356e (patch)
treede59c9404be32ae4db5a9dd9a201492f5c86a065 /rtpSessionTable.h
parentanyrtpproxy can handled most commands (diff)
bugfixes @ anyrtpproxy
Diffstat (limited to 'rtpSessionTable.h')
-rw-r--r--rtpSessionTable.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/rtpSessionTable.h b/rtpSessionTable.h
index d4140ac..19aec6f 100644
--- a/rtpSessionTable.h
+++ b/rtpSessionTable.h
@@ -49,7 +49,8 @@ public:
bool empty();
void clear();
::Mutex& getMutex();
- RtpSession& getOrNewSessionUnlocked(const std::string & call_id);
+ 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);
private: