OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XmppClientInterface
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmpptask.cc
35
XmppClientInterface
::
XmppClientInterface
() {
38
XmppClientInterface
::~
XmppClientInterface
() {
xmpptask.h
67
//
XmppClientInterface
is an abstract interface for sending and
71
class
XmppClientInterface
{
73
XmppClientInterface
();
74
virtual ~
XmppClientInterface
();
87
DISALLOW_EVIL_CONSTRUCTORS(
XmppClientInterface
);
92
//
XmppClientInterface
.
104
virtual
XmppClientInterface
* GetClient() = 0;
117
virtual
XmppClientInterface
* GetClient() {
Completed in 99 milliseconds