summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-02-09 21:23:16 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-02-09 21:23:16 +0000
commit7e1c726175d39a6fa069d10fb0fdc88b0ec81b0b (patch)
tree9fa9017de02c5dbd8352ec2693c2a0a5948f18e4 /protocols/WhatsApp/src/proto.h
parent8e6d90e5ce900f627c1303c35ff42ae7f70e2e80 (diff)
- fix for returning chats online after going offline
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@12076 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/proto.h')
-rw-r--r--protocols/WhatsApp/src/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h
index 1c1ddb3192..4c1b936840 100644
--- a/protocols/WhatsApp/src/proto.h
+++ b/protocols/WhatsApp/src/proto.h
@@ -172,7 +172,7 @@ private:
HANDLE update_loop_lock_;
- WASocketConnection *conn;
+ WASocketConnection *m_pSocket;
WAConnection *m_pConnection;
Mutex connMutex;
time_t m_tLastWriteTime;
@@ -180,7 +180,7 @@ private:
std::vector<unsigned char> m_Challenge;
std::string m_szPhoneNumber;
std::string m_szJid, m_szNick;
- std::map<string, MCONTACT> hContactByJid;
+ std::map<string, MCONTACT> m_hContactByJid;
map<MCONTACT, map<MCONTACT, bool>> isMemberByGroupContact;
protected: