summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/http_request.h
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-07-28 07:36:21 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-07-28 07:36:21 +0000
commit73fc8cf0c7d2571441d32068630e3f534499b1b8 (patch)
tree8fe4701ac475c27c9e1c33925cdef91a3030acdd /protocols/SkypeWeb/src/http_request.h
parentd837d2e99fbe9444c44e9893b31a4465b2235cb3 (diff)
SkypeWeb: More fixes.
git-svn-id: http://svn.miranda-ng.org/main/trunk@14743 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/http_request.h')
-rw-r--r--protocols/SkypeWeb/src/http_request.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/http_request.h b/protocols/SkypeWeb/src/http_request.h
index e69355a300..a730aa7fd6 100644
--- a/protocols/SkypeWeb/src/http_request.h
+++ b/protocols/SkypeWeb/src/http_request.h
@@ -192,6 +192,13 @@ protected:
return *this;
}
+ HttpRequestBody & operator<<(const LONG_VALUE &param)
+ {
+ AppendSeparator();
+ content.AppendFormat("%s=%lld", param.szName, param.llValue);
+ return *this;
+ }
+
HttpRequestBody & operator<<(const CHAR_VALUE &param)
{
AppendSeparator();