diff options
Diffstat (limited to 'rtpSessionTable.h')
-rw-r--r-- | rtpSessionTable.h | 3 |
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: |