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,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