From 970946fb23d2555a6d08cd0c5c065d7fd4bee322 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 16 Feb 2014 21:07:15 +0000 Subject: PS_CHANGEINFO is never called, and therefore exterminated git-svn-id: http://svn.miranda-ng.org/main/trunk@8147 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_protosvc.inc | 17 ----------------- include/m_protoint.h | 2 -- include/m_protosvc.h | 12 ------------ 3 files changed, 31 deletions(-) (limited to 'include') diff --git a/include/delphi/m_protosvc.inc b/include/delphi/m_protosvc.inc index 335e2073ce..4ec06e3775 100644 --- a/include/delphi/m_protosvc.inc +++ b/include/delphi/m_protosvc.inc @@ -513,23 +513,6 @@ const } PS_ADDTOLISTBYEVENT = '/AddToListByEvent'; - { - wParam : InfoType - lParam : Pointer to InfoData - Affect : Changes user details as stored on the server, see notes - Returns: A Handle to the change request or NULL(0) on failure - Notes : the details stored on the server are very protocol spec'd - so this service just supplies an outline for protocols to use. - See protocol-specific documentation for what infoTypes are available - and what InfoData should be for each infoTypes. - - - Sends an ack type=ACKTYPE_SETINFO, result=ACKRESULT_SUCCESS/FAILURE, lParam=0 - - - This description just leaves me cold. - Version: v0.1.2.0+ - } - PS_CHANGEINFO = '/ChangeInfo'; - { wParam : HFILETRANSFER lParam : Pointer to a initalised TPROTOFILERESUME diff --git a/include/m_protoint.h b/include/m_protoint.h index 250fda3176..b2953f2af6 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -158,8 +158,6 @@ struct PROTO_INTERFACE : public MZeroedObject virtual int __cdecl AuthRecv(MCONTACT hContact, PROTORECVEVENT*) = 0; virtual int __cdecl AuthRequest(MCONTACT hContact, const PROTOCHAR* szMessage) = 0; - virtual HANDLE __cdecl ChangeInfo(int iInfoType, void* pInfoData) = 0; - virtual HANDLE __cdecl FileAllow(MCONTACT hContact, HANDLE hTransfer, const PROTOCHAR* szPath) = 0; virtual int __cdecl FileCancel(MCONTACT hContact, HANDLE hTransfer) = 0; virtual int __cdecl FileDeny(MCONTACT hContact, HANDLE hTransfer, const PROTOCHAR* szReason) = 0; diff --git a/include/m_protosvc.h b/include/m_protosvc.h index 3b13692b32..d083caf1ec 100644 --- a/include/m_protosvc.h +++ b/include/m_protosvc.h @@ -421,18 +421,6 @@ typedef struct { //once, you should just do lots of calls. #define PS_ADDTOLISTBYEVENT "/AddToListByEvent" -//Changes our user details as stored on the server v0.1.2.0+ -//wParam = infoType -//lParam = (LPARAM)(void*)pInfoData -//Returns a HANDLE to the change request, or NULL on failure -//The details information that is stored on the server is very protocol- -//specific, so this service just supplies an outline for protocols to use. -//See protocol-specific documentation for what infoTypes are available and -//what pInfoData should be for each infoType. -//Sends an ack type = ACKTYPE_SETINFO, result = ACKRESULT_SUCCESS/FAILURE, -//lParam = 0 on completion. -#define PS_CHANGEINFO "/ChangeInfo" - //Informs the protocol of the users chosen resume behaviour v0.1.2.2+ //wParam = (WPARAM)(HANDLE)hFileTransfer //lParam = (LPARAM)(PROTOFILERESUME*)&pfr -- cgit v1.2.3