namespace refactored

This commit is contained in:
Jonas Zeunert
2018-10-04 20:57:43 +02:00
parent cf466ba3d6
commit 8fad51dfac
22 changed files with 208 additions and 75 deletions

View File

@@ -7,15 +7,21 @@
#include "Lamp.h"
namespace output {
namespace FlippR_Driver
{
namespace output
{
Lamp::Lamp() {
// TODO Auto-generated constructor stub
Lamp::Lamp()
{
// TODO Auto-generated constructor stub
}
Lamp::~Lamp() {
// TODO Auto-generated destructor stub
Lamp::~Lamp()
{
// TODO Auto-generated destructor stub
}
} /* namespace output */
}