added interfaces. not compiling

This commit is contained in:
Jonas Zeunert
2018-08-07 20:44:21 +02:00
parent e90b1a1185
commit 0c08b940f3
8 changed files with 75 additions and 3 deletions

View File

@@ -7,6 +7,9 @@
#include "DisplayController.h"
namespace output
{
DisplayController::DisplayController() {
// TODO Auto-generated constructor stub
@@ -16,3 +19,4 @@ DisplayController::~DisplayController() {
// TODO Auto-generated destructor stub
}
}