Refactoring base config class into proper ini file name
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ OSRM::OSRM(const char * server_ini_path) {
|
||||
throw OSRMException("server.ini not found");
|
||||
}
|
||||
|
||||
BaseConfiguration serverConfig(server_ini_path);
|
||||
IniFile serverConfig(server_ini_path);
|
||||
|
||||
boost::filesystem::path base_path =
|
||||
boost::filesystem::absolute(server_ini_path).parent_path();
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
|
||||
#include "../Plugins/TimestampPlugin.h"
|
||||
#include "../Plugins/ViaRoutePlugin.h"
|
||||
#include "../Plugins/RouteParameters.h"
|
||||
#include "../Util/BaseConfiguration.h"
|
||||
#include "../Util/IniFile.h"
|
||||
#include "../Util/OSRMException.h"
|
||||
#include "../Util/InputFileUtil.h"
|
||||
#include "../Server/BasicDatastructures.h"
|
||||
|
||||
Reference in New Issue
Block a user