made activation state more clear

This commit is contained in:
Jonas Zeunert
2018-12-07 11:44:07 +01:00
parent 0f0f404e19
commit 8fd5588d02
4 changed files with 5 additions and 5 deletions

View File

@@ -34,8 +34,8 @@ class Detector : public IDetector
{
public:
Detector(std::unique_ptr<IInputGPIOInterface> input_gpio_interface, std::vector<std::shared_ptr<DistributingEvent>>& events);
~Detector();
Detector(std::unique_ptr<IInputGPIOInterface> input_gpio_interface, std::vector<std::shared_ptr<DistributingEvent>> events);
~Detector() override;
private:
void detect();