From e63ffcd3b3c8598d28ee899bd2537b02c02d8d39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sun, 18 May 2014 09:47:19 +0000 Subject: Facebook: Refactor various working threads and updating contacts procedure; Version bump This should eliminate creation of duplicite contacts, maybe made little slower or faster logging in... git-svn-id: http://svn.miranda-ng.org/main/trunk@9217 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/src/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocols/FacebookRM/src/proto.h') diff --git a/protocols/FacebookRM/src/proto.h b/protocols/FacebookRM/src/proto.h index 1cc6cce4f9..716cdd3d62 100644 --- a/protocols/FacebookRM/src/proto.h +++ b/protocols/FacebookRM/src/proto.h @@ -168,6 +168,7 @@ public: void __cdecl ProcessFriendRequests(void*); void __cdecl SearchAckThread(void*); void __cdecl SearchIdAckThread(void*); + void __cdecl ProcessPages(void*); // Worker threads void __cdecl SignOn(void*); @@ -192,7 +193,7 @@ public: MCONTACT ChatIDToHContact(std::tstring); std::string ThreadIDToContactID(std::string thread_id); void FacebookProto::LoadContactInfo(facebook_user* fbu); - MCONTACT AddToContactList(facebook_user*, ContactType type, bool force_save = false); + MCONTACT AddToContactList(facebook_user*, ContactType type, bool force_add = false); void SetAllContactStatuses(int status); MCONTACT HContactFromAuthEvent(HANDLE hEvent); -- cgit v1.2.3