finished locking implementation in queries. YAY\!

This commit is contained in:
Dennis Luxen
2013-10-23 13:22:59 +02:00
parent 0d1149310c
commit 6ae880f61e
3 changed files with 26 additions and 28 deletions
+2
View File
@@ -189,6 +189,8 @@ public:
throw OSRMException("no leaf index file given in ini file");
}
SimpleLogger().Write() << "1";
//generate paths of data files
ServerPaths::const_iterator paths_iterator = server_paths.find("fileindex");
BOOST_ASSERT(server_paths.end() != paths_iterator);