Searched refs:XmppClientInterface (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmpptask.h67 // XmppClientInterface is an abstract interface for sending and
71 class XmppClientInterface { class in namespace:buzz
73 XmppClientInterface();
74 virtual ~XmppClientInterface();
87 DISALLOW_EVIL_CONSTRUCTORS(XmppClientInterface);
92 // XmppClientInterface.
104 virtual XmppClientInterface* GetClient() = 0;
117 virtual XmppClientInterface* GetClient() {
H A Dfakexmppclient.h43 public XmppClientInterface {
50 virtual XmppClientInterface* GetClient() {
58 // As XmppClientInterface
H A Dxmpptask.cc35 XmppClientInterface::XmppClientInterface() { function in class:buzz::XmppClientInterface
38 XmppClientInterface::~XmppClientInterface() {
H A Dxmppclient.h72 public XmppClientInterface,
112 virtual XmppClientInterface* GetClient() { return this; }
114 // As XmppClientInterface

Completed in 76 milliseconds