namespace refactored
This commit is contained in:
@@ -7,15 +7,18 @@
|
||||
|
||||
#ifndef _SRC_OUTPUT_IDISPLAYCONTROLLER_H_
|
||||
#define _SRC_OUTPUT_IDISPLAYCONTROLLER_H_
|
||||
namespace FlippR_Driver
|
||||
{
|
||||
namespace output
|
||||
{
|
||||
|
||||
namespace output {
|
||||
|
||||
class IDisplayController {
|
||||
class IDisplayController
|
||||
{
|
||||
public:
|
||||
IDisplayController();
|
||||
virtual ~IDisplayController();
|
||||
};
|
||||
|
||||
} /* namespace output */
|
||||
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user