Rename openlr_simple_parser.* to openlr_model_xml.*

This commit is contained in:
Sergey Magidovich 2017-07-12 10:50:58 +03:00 committed by mpimenov
parent 1b6950530c
commit f064decfe8
7 changed files with 8 additions and 8 deletions

View file

@ -4,12 +4,12 @@ set(
SRC
openlr_model.cpp
openlr_model.hpp
openlr_model_xml.cpp
openlr_model_xml.hpp
openlr_sample.cpp
openlr_sample.hpp
openlr_simple_decoder.cpp
openlr_simple_decoder.hpp
openlr_simple_parser.cpp
openlr_simple_parser.hpp
road_info_getter.cpp
road_info_getter.hpp
road_type_checkers.cpp

View file

@ -9,18 +9,18 @@ include($$ROOT_DIR/common.pri)
SOURCES += \
openlr_model.cpp \
openlr_model_xml.cpp \
openlr_sample.cpp \
openlr_simple_decoder.cpp \
openlr_simple_parser.cpp \
road_info_getter.cpp \
road_type_checkers.cpp \
router.cpp \
HEADERS += \
openlr_model.hpp \
openlr_model_xml.hpp \
openlr_sample.hpp \
openlr_simple_decoder.hpp \
openlr_simple_parser.hpp \
road_info_getter.hpp \
road_type_checkers.hpp \
router.hpp \

View file

@ -1,6 +1,6 @@
#include "openlr/openlr_match_quality/openlr_assessment_tool/traffic_mode.hpp"
#include "openlr/openlr_simple_parser.hpp"
#include "openlr/openlr_model_xml.hpp"
#include "indexer/index.hpp"
#include "indexer/scales.hpp"

View file

@ -1,4 +1,4 @@
#include "openlr/openlr_simple_parser.hpp"
#include "openlr/openlr_model_xml.hpp"
#include "openlr/openlr_model.hpp"
#include "geometry/mercator.hpp"

View file

@ -1,8 +1,8 @@
#include "openlr/openlr_simple_decoder.hpp"
#include "openlr/openlr_model.hpp"
#include "openlr/openlr_model_xml.hpp"
#include "openlr/openlr_sample.hpp"
#include "openlr/openlr_simple_parser.hpp"
#include "openlr/road_info_getter.hpp"
#include "openlr/router.hpp"
#include "openlr/way_point.hpp"

View file

@ -2,7 +2,7 @@
#include "openlr/openlr_model.hpp"
#include "openlr/openlr_sample.hpp"
#include "openlr/openlr_simple_parser.hpp"
#include "openlr/openlr_model_xml.hpp"
#include "indexer/index.hpp"