From 67f3111cc0207e9f776b9cd1a77a471afc2d8067 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Tue, 13 Jan 2015 11:05:22 +0100 Subject: [PATCH] renamed: Util/FingerPrint.h -> Util/finger_print.hpp --- Util/finger_print.cpp.in | 4 ++-- Util/{FingerPrint.h => finger_print.hpp} | 2 +- Util/graph_loader.hpp | 8 ++++---- datastore.cpp | 2 +- extractor/extraction_containers.hpp | 4 ++-- tools/components.cpp | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) rename Util/{FingerPrint.h => finger_print.hpp} (97%) diff --git a/Util/finger_print.cpp.in b/Util/finger_print.cpp.in index c73756ece..989138417 100644 --- a/Util/finger_print.cpp.in +++ b/Util/finger_print.cpp.in @@ -1,6 +1,6 @@ /* -Copyright (c) 2013, Project OSRM, Dennis Luxen, others +Copyright (c) 2015, Project OSRM, Dennis Luxen, others All rights reserved. Redistribution and use in source and binary forms, with or without modification, @@ -25,7 +25,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "FingerPrint.h" +#include "finger_print.hpp" #include "osrm_exception.hpp" diff --git a/Util/FingerPrint.h b/Util/finger_print.hpp similarity index 97% rename from Util/FingerPrint.h rename to Util/finger_print.hpp index 5fd04b60e..43a811deb 100644 --- a/Util/FingerPrint.h +++ b/Util/finger_print.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2013, Project OSRM, Dennis Luxen, others +Copyright (c) 2015, Project OSRM, Dennis Luxen, others All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Util/graph_loader.hpp b/Util/graph_loader.hpp index 5ab8eba83..948b1ec39 100644 --- a/Util/graph_loader.hpp +++ b/Util/graph_loader.hpp @@ -25,8 +25,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef GRAPHLOADER_H -#define GRAPHLOADER_H +#ifndef GRAPH_LOADER_HPP +#define GRAPH_LOADER_HPP #include "osrm_exception.hpp" #include "../data_structures/external_memory_node.hpp" @@ -34,7 +34,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "../data_structures/query_node.hpp" #include "../data_structures/restriction.hpp" #include "../Util/simple_logger.hpp" -#include "../Util/FingerPrint.h" +#include "../Util/finger_print.hpp" #include "../typedefs.h" #include @@ -322,4 +322,4 @@ unsigned readHSGRFromStream(const boost::filesystem::path &hsgr_file, return number_of_nodes; } -#endif // GRAPHLOADER_H +#endif // GRAPH_LOADER_HPP diff --git a/datastore.cpp b/datastore.cpp index 326081b2f..758013b44 100644 --- a/datastore.cpp +++ b/datastore.cpp @@ -40,7 +40,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "Util/DataStoreOptions.h" #include "Util/simple_logger.hpp" #include "Util/osrm_exception.hpp" -#include "Util/FingerPrint.h" +#include "Util/finger_print.hpp" #include "typedefs.h" #include diff --git a/extractor/extraction_containers.hpp b/extractor/extraction_containers.hpp index 8a1df8c36..2dfbcd523 100644 --- a/extractor/extraction_containers.hpp +++ b/extractor/extraction_containers.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2014, Project OSRM, Dennis Luxen, others +Copyright (c) 2015, Project OSRM, Dennis Luxen, others All rights reserved. Redistribution and use in source and binary forms, with or without modification, @@ -32,7 +32,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "first_and_last_segment_of_way.hpp" #include "../data_structures/external_memory_node.hpp" #include "../data_structures/restriction.hpp" -#include "../Util/FingerPrint.h" +#include "../Util/finger_print.hpp" #include diff --git a/tools/components.cpp b/tools/components.cpp index f6ad3dd12..79d301762 100644 --- a/tools/components.cpp +++ b/tools/components.cpp @@ -32,7 +32,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "../Util/make_unique.hpp" #include "../Util/osrm_exception.hpp" #include "../Util/simple_logger.hpp" -#include "../Util/FingerPrint.h" +#include "../Util/finger_print.hpp" #include