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:
authorSergey Yershov <yershov@corp.mail.ru>2016-02-25 15:47:43 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:49:14 +0300
commit0339e0a905d8feba8ac8c6025b444b09c167a2b3 (patch)
treea4ca72017a700c3972a11c9960c72e0439373bd7 /defines.hpp
parent3fde46a7d0d718dbdfbb843c6cb00c5171e442fe (diff)
[new downloader] Switch suffixes for files using in migration from 'migrate' to 'obsolete'
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/defines.hpp b/defines.hpp
index ce3a7328ce..2caec0ac73 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -51,11 +51,11 @@
#define CELL2FEATURE_TMP_EXT ".c2f.tmp"
#define COUNTRIES_FILE "countries.txt"
-#define COUNTRIES_MIGRATE_FILE "countries_migrate.txt"
+#define COUNTRIES_OBSOLETE_FILE "countries_obsolete.txt"
#define WORLD_FILE_NAME "World"
#define WORLD_COASTS_FILE_NAME "WorldCoasts"
-#define WORLD_COASTS_MIGRATE_FILE_NAME "WorldCoasts_migrate"
+#define WORLD_COASTS_OBSOLETE_FILE_NAME "WorldCoasts_obsolete"
#define SETTINGS_FILE_NAME "settings.ini"
@@ -63,7 +63,7 @@
#define PACKED_POLYGONS_INFO_TAG "info"
#define PACKED_POLYGONS_FILE "packed_polygons.bin"
-#define PACKED_POLYGONS_MIGRATE_FILE "packed_polygons_migrate.bin"
+#define PACKED_POLYGONS_OBSOLETE_FILE "packed_polygons_obsolete.bin"
#define EXTERNAL_RESOURCES_FILE "external_resources.txt"