renamed: Include/* include/*
This commit is contained in:
@@ -32,17 +32,13 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
struct libosrm_config
|
||||
{
|
||||
libosrm_config(const libosrm_config&) = delete;
|
||||
libosrm_config()
|
||||
: max_locations_distance_table(100)
|
||||
, use_shared_memory(false)
|
||||
{}
|
||||
libosrm_config(const libosrm_config &) = delete;
|
||||
libosrm_config() : max_locations_distance_table(100), use_shared_memory(false) {}
|
||||
|
||||
libosrm_config(const ServerPaths &paths, const bool flag, const int max)
|
||||
: server_paths(paths)
|
||||
, max_locations_distance_table(max)
|
||||
, use_shared_memory(flag)
|
||||
{}
|
||||
: server_paths(paths), max_locations_distance_table(max), use_shared_memory(flag)
|
||||
{
|
||||
}
|
||||
|
||||
ServerPaths server_paths;
|
||||
int max_locations_distance_table;
|
||||
|
||||
Reference in New Issue
Block a user