factory
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#ifndef _SRC_OUTPUT_ILAMP_H_
|
||||
#define _SRC_OUTPUT_ILAMP_H_
|
||||
|
||||
#include "IItem.h"
|
||||
namespace flippR_driver
|
||||
{
|
||||
namespace output
|
||||
@@ -15,7 +16,7 @@ namespace output
|
||||
namespace items
|
||||
{
|
||||
|
||||
class ILamp
|
||||
class ILamp : public IItem
|
||||
{
|
||||
public:
|
||||
~ILamp()
|
||||
|
||||
Reference in New Issue
Block a user