diff options
author | George Hazan <ghazan@miranda.im> | 2020-03-24 18:24:39 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-03-24 18:24:39 +0300 |
commit | 9ddc8ffc38a4488276c456eac50ef5b35954a6ee (patch) | |
tree | 76b8766351b7dfbd544078216afe769df995d548 /protocols/ICQ-WIM/src/proto.h | |
parent | e00ad4b063b61ae162ccdc603b29f40853490250 (diff) |
ICQ-WIM:
- fixes #2277 (ICQ: add ability to load whole history from server);
- fix for message history retrieving;
- code cleaning;
- version bump
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.h')
-rw-r--r-- | protocols/ICQ-WIM/src/proto.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/ICQ-WIM/src/proto.h b/protocols/ICQ-WIM/src/proto.h index 6a06db66db..3caad36b20 100644 --- a/protocols/ICQ-WIM/src/proto.h +++ b/protocols/ICQ-WIM/src/proto.h @@ -243,7 +243,7 @@ class CIcqProto : public PROTO<CIcqProto> void MarkAsRead(MCONTACT hContact); void MoveContactToGroup(MCONTACT hContact, const wchar_t *pwszGroup, const wchar_t *pwszNewGroup); bool RetrievePassword(); - void RetrieveUserHistory(MCONTACT, __int64 startMsgId, __int64 endMsgId = -1); + void RetrieveUserHistory(MCONTACT, __int64 startMsgId, bool bFromHistory); void RetrieveUserInfo(MCONTACT = INVALID_CONTACT_ID); void SetServerStatus(int iNewStatus); void ShutdownSession(void); @@ -387,6 +387,8 @@ class CIcqProto : public PROTO<CIcqProto> INT_PTR __cdecl GotoInbox(WPARAM, LPARAM); INT_PTR __cdecl UploadGroups(WPARAM, LPARAM); + INT_PTR __cdecl OnMenuLoadHistory(WPARAM, LPARAM); + //////////////////////////////////////////////////////////////////////////////////////// // events |