summaryrefslogtreecommitdiffstats
path: root/remoting/jingle_glue/jingle_info_task.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/jingle_glue/jingle_info_task.cc')
-rw-r--r--remoting/jingle_glue/jingle_info_task.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/remoting/jingle_glue/jingle_info_task.cc b/remoting/jingle_glue/jingle_info_task.cc
index ca10e6a..309caf0 100644
--- a/remoting/jingle_glue/jingle_info_task.cc
+++ b/remoting/jingle_glue/jingle_info_task.cc
@@ -62,6 +62,12 @@ class JingleInfoTask::JingleInfoGetTask : public XmppTask {
};
+JingleInfoTask::JingleInfoTask(talk_base::TaskParent* parent)
+ : XmppTask(parent, buzz::XmppEngine::HL_TYPE) {
+}
+
+JingleInfoTask::~JingleInfoTask() {}
+
void JingleInfoTask::RefreshJingleInfoNow() {
JingleInfoGetTask* get_task = new JingleInfoGetTask(this);
get_task->Start();