From ca1562ad51acda18f36e2602a94483e33ff445b3 Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Mon, 22 Sep 2014 10:15:26 +0000 Subject: =?UTF-8?q?VKontakte:=20fix=20for=20contact=E2=80=99s=20sex=20rewo?= =?UTF-8?q?rked=20ListeningTo=20sending?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.miranda-ng.org/main/trunk@10554 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/vk_proto.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols/VKontakte/src/vk_proto.h') diff --git a/protocols/VKontakte/src/vk_proto.h b/protocols/VKontakte/src/vk_proto.h index cd362baac6..e206287497 100644 --- a/protocols/VKontakte/src/vk_proto.h +++ b/protocols/VKontakte/src/vk_proto.h @@ -211,15 +211,15 @@ struct CVkProto : public PROTO //==== Misc ========================================================================== TCHAR* GetUserStoredPassword(void); + + void RetrieveStatusMsg(const CMString &StatusMsg); + void RetrieveStatusMusic(const CMString &StatusMsg); void RetrieveMyInfo(void); void OnReceiveMyInfo(NETLIBHTTPREQUEST*, AsyncHttpRequest*); - - void RetrieveStatusMsg(const CMString &StatusMsg); void RetrieveUserInfo(LONG userId); void RetrieveUsersInfo(bool flag = false); void OnReceiveUserInfo(NETLIBHTTPREQUEST*, AsyncHttpRequest*); - void RetrieveFriends(); void OnReceiveFriends(NETLIBHTTPREQUEST*, AsyncHttpRequest*); -- cgit v1.2.3