From d1b31445c6f4a53627a025b43afb24603bc12dc2 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Wed, 6 May 2015 13:22:54 +0000 Subject: 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 --- protocols/SkypeWeb/src/stdafx.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'protocols/SkypeWeb/src/stdafx.h') 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 -- cgit v1.2.3