Impelements and integrates DisplayFactory. Further does some refactoring
This commit is contained in:
@@ -35,6 +35,11 @@ public:
|
||||
|
||||
~SevenDigitDisplay() override = default;
|
||||
|
||||
std::string get_name() const override
|
||||
{
|
||||
return "EightDigitDisplay " + this->id;
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user