From 73fc8cf0c7d2571441d32068630e3f534499b1b8 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Tue, 28 Jul 2015 07:36:21 +0000 Subject: SkypeWeb: More fixes. git-svn-id: http://svn.miranda-ng.org/main/trunk@14743 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/http_request.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'protocols/SkypeWeb/src/http_request.h') 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 ¶m) + { + AppendSeparator(); + content.AppendFormat("%s=%lld", param.szName, param.llValue); + return *this; + } + HttpRequestBody & operator<<(const CHAR_VALUE ¶m) { AppendSeparator(); -- cgit v1.2.3