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>2010-12-20 19:12:25 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:08:45 +0300
commit8a79a020ebc50a553c4db5f49c141bb804893409 (patch)
tree2ba21521e3445c363917cd34535a8941d0995224 /indexer/data_header.hpp
parent836a4c44422981d9b34b65d27953036177ce53b6 (diff)
Created storage library
Diffstat (limited to 'indexer/data_header.hpp')
-rw-r--r--indexer/data_header.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/indexer/data_header.hpp b/indexer/data_header.hpp
index 936248d9a7..3d719deca2 100644
--- a/indexer/data_header.hpp
+++ b/indexer/data_header.hpp
@@ -2,8 +2,6 @@
#include "../base/std_serialization.hpp"
-#include "../indexer/defines.hpp"
-
#include "../coding/streams_sink.hpp"
#include "../geometry/rect2d.hpp"
@@ -18,6 +16,9 @@ namespace feature
/// All file sizes are in bytes
class DataHeader
{
+ /// @TODO move version somewhere else
+ static int32_t const MAPS_MAJOR_VERSION_BINARY_FORMAT = 1;
+
private:
typedef tuple<
pair<int64_t, int64_t> // boundary;