OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XmppClientInterface
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/libjingle/xmpp/
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() {
fakexmppclient.h
26
public
XmppClientInterface
{
33
virtual
XmppClientInterface
* GetClient() {
41
// As
XmppClientInterface
xmpptask.cc
18
XmppClientInterface
::
XmppClientInterface
() {
21
XmppClientInterface
::~
XmppClientInterface
() {
xmppclient.h
54
public
XmppClientInterface
,
94
virtual
XmppClientInterface
* GetClient() { return this; }
96
// As
XmppClientInterface
Completed in 419 milliseconds