summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/stdafx.h
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-05-06 13:22:54 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-05-06 13:22:54 +0000
commitd1b31445c6f4a53627a025b43afb24603bc12dc2 (patch)
tree3f95d2e9a488e068b9ae4457bd806566ce50eb02 /protocols/SkypeWeb/src/stdafx.h
parentd44364a07a1213424fe0a6b14d948b43768137df (diff)
SkypeWeb: Rework writing calls info to db. Sync fix.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13460 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/stdafx.h')
-rw-r--r--protocols/SkypeWeb/src/stdafx.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/protocols/SkypeWeb/src/stdafx.h b/protocols/SkypeWeb/src/stdafx.h
index 8a88f3e054..b627274e40 100644
--- a/protocols/SkypeWeb/src/stdafx.h
+++ b/protocols/SkypeWeb/src/stdafx.h
@@ -99,13 +99,17 @@ enum SKYPE_LOGIN_ERROR
LOGIN_ERROR_UNKNOWN = 1001
};
+enum SKYPE_DB_EVENT_TYPE
+{
+ SKYPE_DB_EVENT_TYPE_ACTION = 10001,
+ SKYPE_DB_EVENT_TYPE_INCOMING_CALL,
+ SKYPE_DB_EVENT_TYPE_CALL_INFO
+};
+
#define SKYPE_SETTINGS_ID "Skypename"
#define SKYPE_SETTINGS_PASSWORD "Password"
#define SKYPE_SETTINGS_GROUP "DefaultGroup"
#define POLLING_ERRORS_LIMIT 3
-#define SKYPE_DB_EVENT_TYPE_ACTION 10001
-#define SKYPE_DB_EVENT_TYPE_INCOMING_CALL 10002
-
#endif //_COMMON_H_ \ No newline at end of file