summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-02-16 21:07:15 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-02-16 21:07:15 +0000
commit970946fb23d2555a6d08cd0c5c065d7fd4bee322 (patch)
treeff8ef6a83b7cfd9270ba5d8eb89dc0ab2ff77c2d /include
parent0df68ef45f3467047892d9b5547329aaac6e56f0 (diff)
PS_CHANGEINFO is never called, and therefore exterminated
git-svn-id: http://svn.miranda-ng.org/main/trunk@8147 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r--include/delphi/m_protosvc.inc17
-rw-r--r--include/m_protoint.h2
-rw-r--r--include/m_protosvc.h12
3 files changed, 0 insertions, 31 deletions
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
@@ -514,23 +514,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
Affect : Informs the protocol of the user's chosen resume behaviour, see notes
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