summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_proto.h
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-08-15 19:23:04 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-08-15 19:23:04 +0000
commitef92e3ef473fd0e3bea04af6179678e615b1813f (patch)
treec5b54d5fbffc54c9bc7f91e534b0976ffb31c73a /protocols/SkypeWeb/src/skype_proto.h
parentbfa87af56480a56464b448541b321e5fe1a86303 (diff)
SkypeWeb: Server time for outgoing messages. Option "Local time for incoming messages" removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@14962 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
-rw-r--r--protocols/SkypeWeb/src/skype_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h
index 366acb6c97..dc1a15cb5b 100644
--- a/protocols/SkypeWeb/src/skype_proto.h
+++ b/protocols/SkypeWeb/src/skype_proto.h
@@ -98,6 +98,8 @@ private:
bool isTerminated,
HistorySynced;
+ std::map<HANDLE, time_t> m_mpOutMessages;
+
std::map<std::string, std::string> cookies;
static std::map<std::tstring, std::tstring> languages;