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:
Diffstat (limited to 'generator/routing_generator.hpp')
-rw-r--r--generator/routing_generator.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/generator/routing_generator.hpp b/generator/routing_generator.hpp
index 3e7fea3525..0fe0fa5e8d 100644
--- a/generator/routing_generator.hpp
+++ b/generator/routing_generator.hpp
@@ -11,6 +11,8 @@ namespace routing
/// @param[in] osrmFile Full path to .osrm file (all prepared osrm files should be there).
void BuildRoutingIndex(string const & baseDir, string const & countryName, string const & osrmFile);
-/// @param[in] baseDir Full path to .mwm files directory.
-void BuildCrossesRoutingIndex(string const & baseDir);
+/// @param[in] baseDir Full path to .mwm files directory.
+/// @param[in] countryName Country name same with .mwm and .border file name.
+/// @param[in] osrmFile Full path to .osrm file (all prepared osrm files should be there).
+void BuildCrossRoutingIndex(string const & baseDir, string const & countryName, string const & osrmFile);
}