This commit is contained in:
Neeflix
2018-06-07 21:27:18 +02:00
13 changed files with 280 additions and 13328 deletions

View File

@@ -28,8 +28,7 @@ class InputDriver
public:
InputDriver(EventNotifier* event_notifier, Detector* detector) :
event_notifier(event_notifier),
detector(detector)
event_notifier(event_notifier), detector(detector)
{
CLOG(INFO, INPUT_LOGGER) << "Created InputDriver";
}