HomeSort by relevance Sort by last modified time
    Searched defs:SessionManager (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmanager.cc 28 #include "talk/p2p/base/sessionmanager.h"
41 SessionManager::SessionManager(PortAllocator *allocator,
53 SessionManager::~SessionManager() {
60 void SessionManager::AddClient(const std::string& content_type,
66 void SessionManager::RemoveClient(const std::string& content_type) {
72 SessionClient* SessionManager::GetClient(const std::string& content_type) {
77 Session* SessionManager::CreateSession(const std::string& local_name,
84 Session* SessionManager::CreateSession
    [all...]
sessionmanager.h 51 // SessionManager manages session instances
53 class SessionManager : public sigslot::has_slots<> {
55 SessionManager(PortAllocator *allocator,
57 virtual ~SessionManager();
113 sigslot::signal2<SessionManager*,

Completed in 32 milliseconds