namespace refactored
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
Reference in New Issue
Block a user