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

@@ -8,14 +8,18 @@
#ifndef _SRC_OUTPUT_IOUTPUTDRIVER_H_
#define _SRC_OUTPUT_IOUTPUTDRIVER_H_
namespace output {
namespace FlippR_Driver
{
namespace output
{
class IOutputDriver {
class IOutputDriver
{
public:
IOutputDriver();
virtual ~IOutputDriver();
};
} /* namespace output */
}
#endif