From 54b79c7733c3005937f5ad5cd68672c2397493fe Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 30 Apr 2015 19:26:10 +0000 Subject: unified project for SkypeWeb protocol git-svn-id: http://svn.miranda-ng.org/main/trunk@13310 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/skype_trouter.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'protocols/SkypeWeb/src/skype_trouter.cpp') diff --git a/protocols/SkypeWeb/src/skype_trouter.cpp b/protocols/SkypeWeb/src/skype_trouter.cpp index 169b2962f4..c3233cd60e 100644 --- a/protocols/SkypeWeb/src/skype_trouter.cpp +++ b/protocols/SkypeWeb/src/skype_trouter.cpp @@ -14,7 +14,7 @@ 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 . */ -#include "common.h" +#include "stdafx.h" void CSkypeProto::OnCreateTrouter(const NETLIBHTTPREQUEST *response) { @@ -75,7 +75,7 @@ void CSkypeProto::OnGetTrouter(const NETLIBHTTPREQUEST *response) SendRequest(new RegisterTrouterRequest(TokenSecret, ptrA(getStringA("Trouter_url")))); } -void CSkypeProto::OnHealth(const NETLIBHTTPREQUEST *response) +void CSkypeProto::OnHealth(const NETLIBHTTPREQUEST*) { ptrA socketIo(getStringA("Trouter_socketio")); ptrA connId(getStringA("Trouter_connId")); @@ -181,14 +181,14 @@ void CSkypeProto::TRouterThread(void*) debugLogA(__FUNCTION__": leaving"); } -INT_PTR CSkypeProto::OnIncomingCallCLE(WPARAM wParam, LPARAM lParam) +INT_PTR CSkypeProto::OnIncomingCallCLE(WPARAM, LPARAM lParam) { CLISTEVENT *cle = (CLISTEVENT*)lParam; NotifyEventHooks(m_hCallHook, (WPARAM)cle->hContact, (LPARAM)0); return 0; } -INT_PTR CSkypeProto::OnIncomingCallPP(WPARAM wParam, LPARAM hContact) +INT_PTR CSkypeProto::OnIncomingCallPP(WPARAM, LPARAM hContact) { CLISTEVENT *cle = NULL; while ((cle = (CLISTEVENT*)CallService(MS_CLIST_GETEVENT, hContact, 0))) -- cgit v1.2.3