renamed: DataStructures/RestrictionMap.cpp -> DataStructures/restriction_map.cpp

renamed:    DataStructures/RestrictionMap.h -> DataStructures/restriction_map.hpp
This commit is contained in:
Dennis Luxen
2014-11-27 18:38:21 +01:00
parent 5c0eb4772d
commit 5e2462e061
7 changed files with 36 additions and 9 deletions
@@ -1,6 +1,6 @@
/*
Copyright (c) 2013, Project OSRM, Dennis Luxen, others
Copyright (c) 2014, 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 "RestrictionMap.h"
#include "restriction_map.hpp"
#include "NodeBasedGraph.h"
bool RestrictionMap::IsViaNode(const NodeID node) const
@@ -1,6 +1,6 @@
/*
Copyright (c) 2013, Project OSRM, Dennis Luxen, others
Copyright (c) 2014, Project OSRM, Dennis Luxen, others
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,