From a28ecf67e43b45f0a4d9787f2eb96de6be0f0b85 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 26 Apr 2015 22:55:43 +0000 Subject: unified project for Dummy protocol git-svn-id: http://svn.miranda-ng.org/main/trunk@13183 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Dummy/src/dummy_proto.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols/Dummy/src/dummy_proto.cpp') diff --git a/protocols/Dummy/src/dummy_proto.cpp b/protocols/Dummy/src/dummy_proto.cpp index 37d0e4acfe..f7c6c6396d 100644 --- a/protocols/Dummy/src/dummy_proto.cpp +++ b/protocols/Dummy/src/dummy_proto.cpp @@ -50,7 +50,7 @@ CDummyProto::~CDummyProto() ////////////////////////////////////////////////////////////////////////////// -DWORD_PTR CDummyProto::GetCaps(int type, MCONTACT hContact) +DWORD_PTR CDummyProto::GetCaps(int type, MCONTACT) { switch(type) { case PFLAGNUM_1: @@ -92,13 +92,13 @@ DWORD_PTR CDummyProto::GetCaps(int type, MCONTACT hContact) ////////////////////////////////////////////////////////////////////////////// -int CDummyProto::SendMsg(MCONTACT hContact, int flags, const char *msg) +int CDummyProto::SendMsg(MCONTACT hContact, int, const char*) { ForkThread(&CDummyProto::SendMsgAck, (void*)hContact); return 0; } -int CDummyProto::SetStatus(int iNewStatus) +int CDummyProto::SetStatus(int) { return 0; } -- cgit v1.2.3