diff options
Diffstat (limited to 'include/m_protoint.h')
-rw-r--r-- | include/m_protoint.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/m_protoint.h b/include/m_protoint.h index a3df748937..0bf9f73a62 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -217,7 +217,7 @@ public: virtual int Authorize(MEVENT hDbEvent);
virtual int AuthDeny(MEVENT hDbEvent, const wchar_t *szReason);
- virtual int AuthRecv(MCONTACT hContact, PROTORECVEVENT *);
+ virtual int AuthRecv(MCONTACT hContact, DB::EventInfo &dbei);
virtual int AuthRequest(MCONTACT hContact, const wchar_t *szMessage);
virtual HANDLE FileAllow(MCONTACT hContact, HANDLE hTransfer, const wchar_t *szPath);
@@ -234,9 +234,9 @@ public: virtual HANDLE SearchAdvanced(MWindow owner);
virtual MWindow CreateExtendedSearchUI(MWindow owner);
- virtual int RecvContacts(MCONTACT hContact, PROTORECVEVENT *);
+ virtual int RecvContacts(MCONTACT hContact, DB::EventInfo &dbei);
virtual MEVENT RecvFile(MCONTACT hContact, DB::FILE_BLOB &blob, DB::EventInfo &dbei);
- virtual MEVENT RecvMsg(MCONTACT hContact, PROTORECVEVENT *);
+ virtual MEVENT RecvMsg(MCONTACT hContact, DB::EventInfo &dbei);
virtual int SendContacts(MCONTACT hContact, int flags, int nContacts, MCONTACT *hContactsList);
virtual HANDLE SendFile(MCONTACT hContact, const wchar_t *szDescription, wchar_t **ppszFiles);
|