Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2012-10-30 00:42:19 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:46:27 +0300
commitb51574bdc59b52b4d8b77cd36d43c19a6ef3ee4e (patch)
tree62ff439f91d7c217ea3d68bcf3130b847e0f9f6d /defines.hpp
parent04bdf5e8071f44d9286ac83d86188cb84af9d149 (diff)
New file extensions for "resume" and "downloading" (due to possible bugs in old files).
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/defines.hpp b/defines.hpp
index 6539d74931..9d910f7460 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -11,8 +11,8 @@
#define VERSION_FILE_TAG "version"
#define READY_FILE_EXTENSION ".ready"
-#define RESUME_FILE_EXTENSION ".resume2"
-#define DOWNLOADING_FILE_EXTENSION ".downloading2"
+#define RESUME_FILE_EXTENSION ".resume3"
+#define DOWNLOADING_FILE_EXTENSION ".downloading3"
#define COUNTRIES_FILE "countries.txt"
@@ -33,5 +33,3 @@
/// How many langs we're supporting on indexing stage
#define MAX_SUPPORTED_LANGUAGES 64
-
-#define REDBUTTON_SERVER_URL "http://redbutton.mapswithme.com/enable_search_banner"