diff options
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();
|