summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/stdafx.h
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-07-28 14:07:19 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-07-28 14:07:19 +0000
commite473743d5cfd6ebbca70336bf487a7f6ca31cef2 (patch)
tree5cba64effc541b59e5837ec2afffe736a1dbffc5 /protocols/SkypeWeb/src/stdafx.h
parent73fc8cf0c7d2571441d32068630e3f534499b1b8 (diff)
SkypeWeb: More fixes, version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@14744 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/stdafx.h')
-rw-r--r--protocols/SkypeWeb/src/stdafx.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/protocols/SkypeWeb/src/stdafx.h b/protocols/SkypeWeb/src/stdafx.h
index 41137d5963..1cfea038db 100644
--- a/protocols/SkypeWeb/src/stdafx.h
+++ b/protocols/SkypeWeb/src/stdafx.h
@@ -67,6 +67,7 @@ extern char g_szMirVer[];
#include "skype_dialogs.h"
#include "skype_options.h"
#include "skype_trouter.h"
+#include "skype_db.h"
#include "http_request.h"
#include "requests\login.h"
#include "requests\profile.h"
@@ -96,21 +97,6 @@ enum SKYPE_LOGIN_ERROR
LOGIN_ERROR_TOOMANY_REQUESTS
};
-enum SKYPE_DB_EVENT_TYPE
-{
- SKYPE_DB_EVENT_TYPE_ACTION = 10001,
- SKYPE_DB_EVENT_TYPE_INCOMING_CALL,
- SKYPE_DB_EVENT_TYPE_CALL_INFO,
- SKYPE_DB_EVENT_TYPE_FILETRANSFER_INFO,
- SKYPE_DB_EVENT_TYPE_URIOBJ,
- SKYPE_DB_EVENT_TYPE_EDITED_MESSAGE,
- SKYPE_DB_EVENT_TYPE_UNKNOWN
-};
-
-#define SKYPE_SETTINGS_ID "Skypename"
-#define SKYPE_SETTINGS_PASSWORD "Password"
-#define SKYPE_SETTINGS_GROUP "DefaultGroup"
-
#define POLLING_ERRORS_LIMIT 3
#endif //_COMMON_H_ \ No newline at end of file