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:
authorAlex Zolotarev <deathbaba@gmail.com>2011-12-11 01:09:26 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:30:06 +0300
commit2650eea8ec4b638a6e7689b1ededdc144d946073 (patch)
tree28d7728c8f9f8c5d31ec4a576ad1d33347814487 /defines.hpp
parent3ba581a1af269dc1fedf7a52be6e48b7437c9cf9 (diff)
Delete country command removes all intermediate downloaded files too
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/defines.hpp b/defines.hpp
index 412640a5c2..f98d798041 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -10,6 +10,9 @@
#define HEADER_FILE_TAG "header"
#define VERSION_FILE_TAG "version"
+#define RESUME_FILE_EXTENSION ".resume"
+#define DOWNLOADING_FILE_EXTENSION ".downloading"
+
#define COUNTRIES_FILE "countries.txt"
#define WORLD_FILE_NAME "World"