summaryrefslogtreecommitdiff
path: root/rtpSessionTable.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-03-17 18:48:16 +0000
committerChristian Pointner <equinox@anytun.org>2008-03-17 18:48:16 +0000
commitdc3e77c4284b84b71ddabf1a813b18224b775217 (patch)
tree18703ca611ac1ba8719219d11fae5e6c434c23f7 /rtpSessionTable.h
parentfirst working version (diff)
finally added callIdQueue (sorry)
threads get started @ sync now TODO: cleanup threads and session on daed
Diffstat (limited to 'rtpSessionTable.h')
-rw-r--r--rtpSessionTable.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/rtpSessionTable.h b/rtpSessionTable.h
index 61bfdeb..dc78979 100644
--- a/rtpSessionTable.h
+++ b/rtpSessionTable.h
@@ -44,7 +44,6 @@ public:
static RtpSessionTable& instance();
RtpSessionTable();
~RtpSessionTable();
- void addSession(const std::string & call_id, RtpSession* ses);
void delSession(const std::string & call_id);
bool empty();
void clear();