summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/src/misc.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-10-05 21:46:05 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-10-05 21:46:05 +0000
commitb8283f989e1d0a5d623f7f57c89c1499618158c4 (patch)
treef096e09089027b5e1f85669359c8117865f3a570 /protocols/VKontakte/src/misc.cpp
parent3a686f86c91cb428e6c8f4534f7d2b72054ecf38 (diff)
VK:
- SetStatus implementation; - worker thread git-svn-id: http://svn.miranda-ng.org/main/trunk@6360 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/misc.cpp')
-rw-r--r--protocols/VKontakte/src/misc.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/VKontakte/src/misc.cpp b/protocols/VKontakte/src/misc.cpp
index dba3de5535..0802d73405 100644
--- a/protocols/VKontakte/src/misc.cpp
+++ b/protocols/VKontakte/src/misc.cpp
@@ -26,3 +26,8 @@ TCHAR* CVkProto::GetUserStoredPassword()
}
return NULL;
}
+
+int CVkProto::SetServerStatus(int iStatus)
+{
+ return 0;
+}