Skip to content

Commit

Permalink
refactoring Project-OSRM#2
Browse files Browse the repository at this point in the history
  • Loading branch information
roroettg committed May 27, 2016
1 parent 8db63a9 commit 0ea7cde
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 41 deletions.
6 changes: 1 addition & 5 deletions include/engine/api/isochrone_api.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
//
// Created by robin on 4/13/16.
//

#ifndef ENGINE_API_ISOCHRONE_HPP
#define ENGINE_API_ISOCHRONE_HPP

Expand Down Expand Up @@ -55,7 +51,7 @@ class IsochroneAPI final : public BaseAPI
data.values.push_back(object);
}
response.values["isochrone"] = std::move(data);

if (!convexhull.empty())
{
util::json::Array convexhullArray;
Expand Down
4 changes: 0 additions & 4 deletions include/engine/api/isochrone_parameters.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
//
// Created by robin on 4/13/16.
//

#ifndef ENGINE_API_ISOCHRONE_PARAMETERS_HPP
#define ENGINE_API_ISOCHRONE_PARAMETERS_HPP

Expand Down
4 changes: 0 additions & 4 deletions include/engine/plugins/isochrone.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
//
// Created by robin on 4/6/16.
//

#ifndef ISOCHRONE_HPP
#define ISOCHRONE_HPP

Expand Down
4 changes: 0 additions & 4 deletions include/engine/routing_algorithms/one_to_many.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
//
// Created by robin on 3/16/16.
//

#ifndef OSRM_ONE_TO_MANY_HPP
#define OSRM_ONE_TO_MANY_HPP

Expand Down
4 changes: 0 additions & 4 deletions include/osrm/isochrone_parameters.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
//
// Created by robin on 4/14/16.
//

#ifndef GLOBAL_ISOCHRONE_PARAMETERS_HPP
#define GLOBAL_ISOCHRONE_PARAMETERS_HPP

Expand Down
4 changes: 0 additions & 4 deletions include/server/api/isochrone_parameter_grammar.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
//
// Created by robin on 4/13/16.
//

#ifndef OSRM_ISOCHRONE_PARAMETER_GRAMMAR_HPP
#define OSRM_ISOCHRONE_PARAMETER_GRAMMAR_HPP

Expand Down
4 changes: 0 additions & 4 deletions include/server/service/isochrone_service.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
//
// Created by robin on 4/14/16.
//

#ifndef SERVER_SERVICE_ISOCHRONE_SERVICE_HPP
#define SERVER_SERVICE_ISOCHRONE_SERVICE_HPP

Expand Down
4 changes: 0 additions & 4 deletions include/util/monotone_chain.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
//
// Created by robin on 5/11/16.
//

#ifndef OSRM_MONOTONE_CHAIN_HPP
#define OSRM_MONOTONE_CHAIN_HPP

Expand Down
4 changes: 0 additions & 4 deletions src/engine/plugins/isochrone.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
//
// Created by robin on 4/13/16.
//

#include "engine/api/isochrone_api.hpp"
#include "engine/phantom_node.hpp"
#include "engine/plugins/isochrone.hpp"
Expand Down
4 changes: 0 additions & 4 deletions src/server/service/isochrone_service.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
//
// Created by robin on 4/14/16.
//

#include "server/service/isochrone_service.hpp"
#include "server/service/utils.hpp"

Expand Down

0 comments on commit 0ea7cde

Please sign in to comment.