erased some codesmells
This commit is contained in:
@@ -22,7 +22,7 @@ class OutputDriver : public IOutputDriver
|
||||
public:
|
||||
OutputDriver(std::map<std::string, std::shared_ptr<items::ISolenoid>> solenoids, std::map<std::string, std::shared_ptr<items::ILamp>> lamps, std::map<char, std::shared_ptr<items::IDisplay>> displays, std::map<std::string, std::shared_ptr<items::ISound>> sounds);
|
||||
|
||||
virtual ~OutputDriver() = default;
|
||||
~OutputDriver() override = default;
|
||||
// todo what is flipper_relay ?
|
||||
std::vector<std::shared_ptr<items::ILamp>> get_lamps() override;
|
||||
std::vector<std::shared_ptr<items::ISolenoid>> get_solenoids() override;
|
||||
|
||||
Reference in New Issue
Block a user