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 ----------------- 1 file changed, 17 deletions(-) (limited to 'include/delphi') 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 -- cgit v1.2.3