From 97e2699bcaf406eba0eada8fd48d26735458fafc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 16 Sep 2012 21:07:45 +0000 Subject: old junk removed from core git-svn-id: http://svn.miranda-ng.org/main/trunk@1585 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_protosvc.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'include') diff --git a/include/m_protosvc.h b/include/m_protosvc.h index 304c52b188..9bfeda6d70 100644 --- a/include/m_protosvc.h +++ b/include/m_protosvc.h @@ -754,6 +754,8 @@ Copies the EVENTTYPE_AUTHREQUEST event from PROTORECVEVENT into DBEVENTINFO and lParam = PROTORECVEVENT* Returns the result of MS_DB_EVENT_ADD */ +#define PSR_AUTH "/RecvAuth" + #define MS_PROTO_AUTHRECV "Proto/AuthRecv" __forceinline INT_PTR Proto_AuthRecv(const char *szProtoName, PROTORECVEVENT *pcre) @@ -820,14 +822,6 @@ Use PS_ADDTOLISTBYEVENT to add the contacts from one of these to the list. //lParam = (LPARAM)(PROTORECVEVENT*)&pre #define PSR_AWAYMSG "/RecvAwayMsg" -//An authorization request has been received -//wParam = 0 -//lParam = (LPARAM)(PROTORECVEVENT*)&pre -//pre.szMessage is same format as blob -//pre.lParam is the size of the blob -#define PSR_AUTH "/RecvAuth" - - #ifdef _UNICODE #define PS_SETAWAYMSGT PS_SETAWAYMSGW -- cgit v1.2.3