namespace refactored
This commit is contained in:
@@ -8,9 +8,13 @@
|
||||
#ifndef _SRC_OUTPUT_IDISPLAY_H_
|
||||
#define _SRC_OUTPUT_IDISPLAY_H_
|
||||
|
||||
namespace output {
|
||||
namespace FlippR_Driver
|
||||
{
|
||||
namespace output
|
||||
{
|
||||
|
||||
class IDisplay {
|
||||
class IDisplay
|
||||
{
|
||||
public:
|
||||
IDisplay();
|
||||
virtual ~IDisplay();
|
||||
@@ -21,5 +25,5 @@ public:
|
||||
};
|
||||
|
||||
} /* namespace output */
|
||||
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user