Add support of custom ServiceHandler
This commit is contained in:
committed by
Daniel J. H
parent
6fc0609a62
commit
5da63998d6
@@ -30,7 +30,7 @@ namespace osrm
|
||||
namespace server
|
||||
{
|
||||
|
||||
void RequestHandler::RegisterServiceHandler(std::unique_ptr<ServiceHandler> service_handler_)
|
||||
void RequestHandler::RegisterServiceHandler(std::unique_ptr<ServiceHandlerInterface> service_handler_)
|
||||
{
|
||||
service_handler = std::move(service_handler_);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user