renamed: plugins/map_matching.hpp -> plugins/match.hpp to avoid confusion with routing_algorithms/map_matching.hpp

This commit is contained in:
Dennis Luxen 2015-03-03 12:01:40 +01:00
parent 4df215e674
commit 592bebaf29
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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