summaryrefslogtreecommitdiffstats
path: root/third_party/libjingle/files
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-09 22:50:11 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-09 22:50:11 +0000
commit1ddf6e77f05c9d09bd94bf6ad140fe70f2b9b236 (patch)
treeb91ee5d432a0284bec3b8eb6c2b50f150a854e0f /third_party/libjingle/files
parentc03d94cab47a946914d7d0e974fb49dbafbc6809 (diff)
downloadchromium_src-1ddf6e77f05c9d09bd94bf6ad140fe70f2b9b236.zip
chromium_src-1ddf6e77f05c9d09bd94bf6ad140fe70f2b9b236.tar.gz
chromium_src-1ddf6e77f05c9d09bd94bf6ad140fe70f2b9b236.tar.bz2
Made some XmppTask functions static.
Updated libjingle README and diff. BUG=none TEST=compiled Review URL: http://codereview.chromium.org/597010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38529 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libjingle/files')
-rw-r--r--third_party/libjingle/files/talk/xmpp/xmpptask.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/libjingle/files/talk/xmpp/xmpptask.h b/third_party/libjingle/files/talk/xmpp/xmpptask.h
index fc8e076..d92c123 100644
--- a/third_party/libjingle/files/talk/xmpp/xmpptask.h
+++ b/third_party/libjingle/files/talk/xmpp/xmpptask.h
@@ -103,8 +103,8 @@ class XmppTask :
bool MatchRequestIq(const XmlElement* stanza, const std::string& type,
const QName& qn);
- XmlElement *MakeIqResult(const XmlElement* query);
- XmlElement *MakeIq(const std::string& type,
+ static XmlElement *MakeIqResult(const XmlElement* query);
+ static XmlElement *MakeIq(const std::string& type,
const Jid& to, const std::string task_id);
// Returns true if the task is under the specified rate limit and updates the