This commit is contained in:
Jonas Zeunert
2018-05-31 21:14:37 +02:00
7 changed files with 47 additions and 23 deletions

View File

@@ -5,6 +5,9 @@
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
*/
#include "../utilities/config.h"
#ifndef SRC_INPUT_INPUTDRIVER_HPP_
#define SRC_INPUT_INPUTDRIVER_HPP_
@@ -25,7 +28,9 @@ class InputDriver
public:
InputDriver(EventNotifier* event_notifier) :
event_notifier(event_notifier)
{}
{
CLOG(INFO, INPUT_LOGGER) << "Created InputDriver";
}
~InputDriver()
{