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

  /external/webrtc/webrtc/libjingle/xmpp/
xmpptask.cc 18 XmppClientInterface::XmppClientInterface() {
21 XmppClientInterface::~XmppClientInterface() {
xmpptask.h 50 // XmppClientInterface is an abstract interface for sending and
54 class XmppClientInterface {
56 XmppClientInterface();
57 virtual ~XmppClientInterface();
70 RTC_DISALLOW_COPY_AND_ASSIGN(XmppClientInterface);
75 // XmppClientInterface.
87 virtual XmppClientInterface* GetClient() = 0;
100 virtual XmppClientInterface* GetClient() {

Completed in 48 milliseconds