uh the fucking tests are fucking compiling :sigh: fuck itgit add *git add *git add *git add *git add *

This commit is contained in:
Jonas Zeunert
2018-06-15 02:30:05 +02:00
parent 70b25595e6
commit ed450b0409
21 changed files with 182 additions and 252 deletions

View File

@@ -1,24 +0,0 @@
/*
* EventHandler.cpp
*
* Created on: Jun 14, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
*/
#include "EventHandler.h"
namespace output
{
EventHandler::EventHandler ()
{
// TODO Auto-generated constructor stub
}
EventHandler::~EventHandler ()
{
// TODO Auto-generated destructor stub
}
} /* namespace output */

View File

@@ -1,28 +0,0 @@
/*
* EventHandler.h
*
* Created on: Jun 14, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
*/
#include "../utilities/IEventHandler.h"
#ifndef SRC_OUTPUT_EVENTHANDLER_H_
#define SRC_OUTPUT_EVENTHANDLER_H_
namespace output
{
class EventHandler : public IEventHandler
{
public:
EventHandler();
virtual ~EventHandler();
virtual void handle() override;
};
} /* namespace output */
#endif /* SRC_OUTPUT_EVENTHANDLER_H_ */