From 9c8ec183a37d98026285d4b4d47dedef873ab343 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Sat, 18 Apr 2015 13:10:51 +0000 Subject: SkypeWeb: Unneeded file removed. git-svn-id: http://svn.miranda-ng.org/main/trunk@12910 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/SkypeWeb_10.vcxproj | 1 - protocols/SkypeWeb/SkypeWeb_10.vcxproj.filters | 3 --- protocols/SkypeWeb/SkypeWeb_12.vcxproj | 1 - protocols/SkypeWeb/SkypeWeb_12.vcxproj.filters | 3 --- protocols/SkypeWeb/src/requests/endpoint.h | 1 - protocols/SkypeWeb/src/requests/logout.h | 35 -------------------------- 6 files changed, 44 deletions(-) delete mode 100644 protocols/SkypeWeb/src/requests/logout.h (limited to 'protocols') diff --git a/protocols/SkypeWeb/SkypeWeb_10.vcxproj b/protocols/SkypeWeb/SkypeWeb_10.vcxproj index 174b7791a6..100563adff 100644 --- a/protocols/SkypeWeb/SkypeWeb_10.vcxproj +++ b/protocols/SkypeWeb/SkypeWeb_10.vcxproj @@ -207,7 +207,6 @@ - diff --git a/protocols/SkypeWeb/SkypeWeb_10.vcxproj.filters b/protocols/SkypeWeb/SkypeWeb_10.vcxproj.filters index d80d7dd5c6..13680565b6 100644 --- a/protocols/SkypeWeb/SkypeWeb_10.vcxproj.filters +++ b/protocols/SkypeWeb/SkypeWeb_10.vcxproj.filters @@ -45,9 +45,6 @@ Header Files\requests - - Header Files\requests - Header Files\requests diff --git a/protocols/SkypeWeb/SkypeWeb_12.vcxproj b/protocols/SkypeWeb/SkypeWeb_12.vcxproj index c87a467013..fe70776904 100644 --- a/protocols/SkypeWeb/SkypeWeb_12.vcxproj +++ b/protocols/SkypeWeb/SkypeWeb_12.vcxproj @@ -209,7 +209,6 @@ - diff --git a/protocols/SkypeWeb/SkypeWeb_12.vcxproj.filters b/protocols/SkypeWeb/SkypeWeb_12.vcxproj.filters index 218d0d8e6f..43053b73e3 100644 --- a/protocols/SkypeWeb/SkypeWeb_12.vcxproj.filters +++ b/protocols/SkypeWeb/SkypeWeb_12.vcxproj.filters @@ -45,9 +45,6 @@ Header Files\requests - - Header Files\requests - Header Files\requests diff --git a/protocols/SkypeWeb/src/requests/endpoint.h b/protocols/SkypeWeb/src/requests/endpoint.h index e0fefa07a3..0f83d2b769 100644 --- a/protocols/SkypeWeb/src/requests/endpoint.h +++ b/protocols/SkypeWeb/src/requests/endpoint.h @@ -42,7 +42,6 @@ public: Headers << CHAR_VALUE("Accept", "application/json, text/javascript") << FORMAT_VALUE("RegistrationToken", "registrationToken=%s", regToken); - } }; diff --git a/protocols/SkypeWeb/src/requests/logout.h b/protocols/SkypeWeb/src/requests/logout.h deleted file mode 100644 index 207a54f7d7..0000000000 --- a/protocols/SkypeWeb/src/requests/logout.h +++ /dev/null @@ -1,35 +0,0 @@ -/* -Copyright (c) 2015 Miranda NG project (http://miranda-ng.org) - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation version 2 -of the License. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ - -#ifndef _SKYPE_REQUEST_LOGOUT_H_ -#define _SKYPE_REQUEST_LOGOUT_H_ - -class LogoutRequest : public HttpRequest -{ -public: - LogoutRequest() : HttpRequest(REQUEST_GET, "login.skype.com/logout") - { - flags |= NLHRF_REDIRECT; - Url - << INT_VALUE("client_id", 578134) - << CHAR_VALUE("redirect_uri", "https%3A%2F%2Fweb.skype.com&intsrc=client-_-webapp-_-production-_-go-signin"); - Headers - << CHAR_VALUE("Referer", "https://web.skype.com/"); - } -}; - -#endif //_SKYPE_REQUEST_LOGOUT_H_ -- cgit v1.2.3