bis nächste woche

This commit is contained in:
Johannes Wendel
2018-11-09 02:00:01 +01:00
parent 951b6bda2c
commit 8583294e0d
14 changed files with 35 additions and 230 deletions

View File

@@ -24,5 +24,15 @@ Lamp::~Lamp()
// TODO Auto-generated destructor stub
}
void Lamp::activate()
{
// activate
}
void Lamp::deactivate()
{
// deactivate
}
} /* namespace output */
}