Searched defs:XmppClientInterface (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/libjingle/xmpp/
H A Dxmpptask.cc18 XmppClientInterface::XmppClientInterface() { function in class:buzz::XmppClientInterface
21 XmppClientInterface::~XmppClientInterface() {
H A Dxmpptask.h50 // XmppClientInterface is an abstract interface for sending and
54 class XmppClientInterface { class in namespace:buzz
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 249 milliseconds