diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-08 15:31:07 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-08 15:31:07 +0000 |
commit | beb1f6c074d7790bd015229afc0daea22e6fedb2 (patch) | |
tree | 9a8ef717be6f78f96dd99845fafdc6084574c5d5 /protocols/SkypeWeb/src/skype_proto.h | |
parent | 033e0683934e31341a9a28ae1a7fac17fba9215f (diff) |
SkypeWeb: DB utils moved to skype_db.cpp. Messages synchronization refactoring.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13484 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
-rw-r--r-- | protocols/SkypeWeb/src/skype_proto.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index 0d1f403912..3f8d51007e 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -101,6 +101,8 @@ private: static INT_PTR CALLBACK PasswordEditorProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
+ bool HistorySynced;
+
HANDLE
m_hPopupClassCall,
m_hPopupClassNotify;
@@ -255,6 +257,8 @@ private: void StartChatRoom(const TCHAR *tid, const TCHAR *tname);
+ void OnLoadChats(const NETLIBHTTPREQUEST *response);
+
void OnGetChatInfo(const NETLIBHTTPREQUEST *response, void *p);
INT_PTR __cdecl OnJoinChatRoom (WPARAM hContact, LPARAM);
@@ -316,6 +320,8 @@ private: void CALLBACK SkypeUnsetTimer(void*);
void CALLBACK SkypeSetTimer(void*);
+ time_t GetLastMessageTime(MCONTACT hContact);
+
//events
void CSkypeProto::InitDBEvents();
|