renamed: plugins/map_matching.hpp -> plugins/match.hpp to avoid confusion with routing_algorithms/map_matching.hpp
This commit is contained in:
parent
4df215e674
commit
592bebaf29
@ -42,7 +42,7 @@ class named_mutex;
|
|||||||
#include "../plugins/nearest.hpp"
|
#include "../plugins/nearest.hpp"
|
||||||
#include "../plugins/timestamp.hpp"
|
#include "../plugins/timestamp.hpp"
|
||||||
#include "../plugins/viaroute.hpp"
|
#include "../plugins/viaroute.hpp"
|
||||||
#include "../plugins/map_matching.hpp"
|
#include "../plugins/match.hpp"
|
||||||
#include "../server/data_structures/datafacade_base.hpp"
|
#include "../server/data_structures/datafacade_base.hpp"
|
||||||
#include "../server/data_structures/internal_datafacade.hpp"
|
#include "../server/data_structures/internal_datafacade.hpp"
|
||||||
#include "../server/data_structures/shared_barriers.hpp"
|
#include "../server/data_structures/shared_barriers.hpp"
|
||||||
|
@ -25,8 +25,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef MAP_MATCHING_PLUGIN_HPP
|
#ifndef MATCH_HPP
|
||||||
#define MAP_MATCHING_PLUGIN_HPP
|
#define MATCH_HPP
|
||||||
|
|
||||||
#include "plugin_base.hpp"
|
#include "plugin_base.hpp"
|
||||||
|
|
||||||
@ -312,4 +312,4 @@ template <class DataFacadeT> class MapMatchingPlugin : public BasePlugin
|
|||||||
ClassifierT classifier;
|
ClassifierT classifier;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* MAP_MATCHING_HPP */
|
#endif // MATCH_HPP
|
Loading…
Reference in New Issue
Block a user