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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionclient.h 54 // A SessionClient exists in 1-1 relation with each session. The implementor
58 class SessionClient : public ContentParser {
62 // IMPORTANT: The SessionClient, in its handling of OnSessionCreate, must
79 // The SessionClient interface explicitly does not include destructor
80 virtual ~SessionClient() { }
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionclient.h 64 // A SessionClient exists in 1-1 relation with each session. The implementor
68 class SessionClient : public ContentParser {
72 // IMPORTANT: The SessionClient, in its handling of OnSessionCreate, must
89 // The SessionClient interface explicitly does not include destructor
90 virtual ~SessionClient() { }

Completed in 2539 milliseconds