link ConnectedRoad and TurnOperation via class hierarchy
and empower intersection by adding basic functionality to pod type refactor extractor/toolkit into intersection
This commit is contained in:
@@ -30,7 +30,8 @@ namespace osrm
|
||||
namespace server
|
||||
{
|
||||
|
||||
void RequestHandler::RegisterServiceHandler(std::unique_ptr<ServiceHandlerInterface> service_handler_)
|
||||
void RequestHandler::RegisterServiceHandler(
|
||||
std::unique_ptr<ServiceHandlerInterface> service_handler_)
|
||||
{
|
||||
service_handler = std::move(service_handler_);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user