summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/src/vk_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/VKontakte/src/vk_proto.h')
-rw-r--r--protocols/VKontakte/src/vk_proto.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/vk_proto.h b/protocols/VKontakte/src/vk_proto.h
index e70d399565..8bd95bdc02 100644
--- a/protocols/VKontakte/src/vk_proto.h
+++ b/protocols/VKontakte/src/vk_proto.h
@@ -423,6 +423,8 @@ struct CVkProto : public PROTO<CVkProto>
CMString GetAttachmentDescr(JSONNODE*, BBCSupport iBBC = bbcNo);
CMString GetFwdMessages(JSONNODE *pMessages, BBCSupport iBBC = bbcNo);
+ void SetInvisible(MCONTACT hContact);
+
//====================================================================================
void RetrieveStatusMsg(const CMString &StatusMsg);
@@ -592,7 +594,8 @@ private:
int m_iNewsInterval,
m_iNotificationsInterval,
m_iNewsAutoClearHistoryInterval,
- m_iMaxLoadNewsPhoto;
+ m_iMaxLoadNewsPhoto,
+ m_iInvisibleInterval;
enum MarkMsgReadOn { markOnRead, markOnReceive, markOnReply, markOnTyping };
MarkMsgReadOn m_iMarkMessageReadOn;