Review adjustments for driveway handler, #4151

This commit is contained in:
Michael Krasnyk
2017-06-28 21:14:25 +02:00
committed by Patrick Niklaus
parent df4f0d043a
commit 929e5a4de6
6 changed files with 6 additions and 6 deletions
@@ -11,7 +11,6 @@ namespace guidance
{
// Intersection handlers deal with all issues related to intersections.
// They assign appropriate turn operations to the TurnOperations.
class DrivewayHandler final : public IntersectionHandler
{
public:
@@ -27,7 +27,6 @@ namespace guidance
{
// Intersection handlers deal with all issues related to intersections.
// They assign appropriate turn operations to the TurnOperations.
// This base class provides both the interface and implementations for
// common functions.
class IntersectionHandler
@@ -20,7 +20,6 @@ namespace guidance
{
// Intersection handlers deal with all issues related to intersections.
// They assign appropriate turn operations to the TurnOperations.
class MotorwayHandler : public IntersectionHandler
{
public:
@@ -21,7 +21,6 @@ namespace guidance
{
// Intersection handlers deal with all issues related to intersections.
// They assign appropriate turn operations to the TurnOperations.
class SliproadHandler final : public IntersectionHandler
{
public:
@@ -24,7 +24,6 @@ namespace guidance
{
// Intersection handlers deal with all issues related to intersections.
// They assign appropriate turn operations to the TurnOperations.
class TurnHandler : public IntersectionHandler
{
public: