renamed: Util/FingerPrint.h -> Util/finger_print.hpp
This commit is contained in:
		
							parent
							
								
									56d2101b1a
								
							
						
					
					
						commit
						67f3111cc0
					
				| @ -1,6 +1,6 @@ | |||||||
| /*
 | /*
 | ||||||
| 
 | 
 | ||||||
| Copyright (c) 2013, Project OSRM, Dennis Luxen, others | Copyright (c) 2015, Project OSRM, Dennis Luxen, others | ||||||
| All rights reserved. | All rights reserved. | ||||||
| 
 | 
 | ||||||
| Redistribution and use in source and binary forms, with or without modification, | 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" | #include "osrm_exception.hpp" | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,6 +1,6 @@ | |||||||
| /*
 | /*
 | ||||||
| 
 | 
 | ||||||
| Copyright (c) 2013, Project OSRM, Dennis Luxen, others | Copyright (c) 2015, Project OSRM, Dennis Luxen, others | ||||||
| All rights reserved. | All rights reserved. | ||||||
| 
 | 
 | ||||||
| Redistribution and use in source and binary forms, with or without modification, | Redistribution and use in source and binary forms, with or without modification, | ||||||
| @ -25,8 +25,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||||||
| 
 | 
 | ||||||
| */ | */ | ||||||
| 
 | 
 | ||||||
| #ifndef GRAPHLOADER_H | #ifndef GRAPH_LOADER_HPP | ||||||
| #define GRAPHLOADER_H | #define GRAPH_LOADER_HPP | ||||||
| 
 | 
 | ||||||
| #include "osrm_exception.hpp" | #include "osrm_exception.hpp" | ||||||
| #include "../data_structures/external_memory_node.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/query_node.hpp" | ||||||
| #include "../data_structures/restriction.hpp" | #include "../data_structures/restriction.hpp" | ||||||
| #include "../Util/simple_logger.hpp" | #include "../Util/simple_logger.hpp" | ||||||
| #include "../Util/FingerPrint.h" | #include "../Util/finger_print.hpp" | ||||||
| #include "../typedefs.h" | #include "../typedefs.h" | ||||||
| 
 | 
 | ||||||
| #include <boost/assert.hpp> | #include <boost/assert.hpp> | ||||||
| @ -322,4 +322,4 @@ unsigned readHSGRFromStream(const boost::filesystem::path &hsgr_file, | |||||||
|     return number_of_nodes; |     return number_of_nodes; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| #endif // GRAPHLOADER_H
 | #endif // GRAPH_LOADER_HPP
 | ||||||
|  | |||||||
| @ -40,7 +40,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||||||
| #include "Util/DataStoreOptions.h" | #include "Util/DataStoreOptions.h" | ||||||
| #include "Util/simple_logger.hpp" | #include "Util/simple_logger.hpp" | ||||||
| #include "Util/osrm_exception.hpp" | #include "Util/osrm_exception.hpp" | ||||||
| #include "Util/FingerPrint.h" | #include "Util/finger_print.hpp" | ||||||
| #include "typedefs.h" | #include "typedefs.h" | ||||||
| 
 | 
 | ||||||
| #include <osrm/coordinate.hpp> | #include <osrm/coordinate.hpp> | ||||||
|  | |||||||
| @ -1,6 +1,6 @@ | |||||||
| /*
 | /*
 | ||||||
| 
 | 
 | ||||||
| Copyright (c) 2014, Project OSRM, Dennis Luxen, others | Copyright (c) 2015, Project OSRM, Dennis Luxen, others | ||||||
| All rights reserved. | All rights reserved. | ||||||
| 
 | 
 | ||||||
| Redistribution and use in source and binary forms, with or without modification, | 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 "first_and_last_segment_of_way.hpp" | ||||||
| #include "../data_structures/external_memory_node.hpp" | #include "../data_structures/external_memory_node.hpp" | ||||||
| #include "../data_structures/restriction.hpp" | #include "../data_structures/restriction.hpp" | ||||||
| #include "../Util/FingerPrint.h" | #include "../Util/finger_print.hpp" | ||||||
| 
 | 
 | ||||||
| #include <stxxl/vector> | #include <stxxl/vector> | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -32,7 +32,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||||||
| #include "../Util/make_unique.hpp" | #include "../Util/make_unique.hpp" | ||||||
| #include "../Util/osrm_exception.hpp" | #include "../Util/osrm_exception.hpp" | ||||||
| #include "../Util/simple_logger.hpp" | #include "../Util/simple_logger.hpp" | ||||||
| #include "../Util/FingerPrint.h" | #include "../Util/finger_print.hpp" | ||||||
| 
 | 
 | ||||||
| #include <boost/filesystem.hpp> | #include <boost/filesystem.hpp> | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user