Skip to content

Commit 991452f

Browse files
committed
Adding CCEC Namespace
1 parent efa5839 commit 991452f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

HdmiCecSink/HdmiCecSinkImplementation.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* limitations under the License.
1818
**/
1919

20+
#define CCEC_NAMESPACE // Enable CCEC namespace
2021
#include "HdmiCecSinkImplementation.h"
2122

2223
#include "ccec/CCEC.hpp"

HdmiCecSource/HdmiCecSourceImplementation.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
* limitations under the License.
1818
**/
1919

20+
#define CCEC_NAMESPACE // Enable CCEC namespace
2021
#include "HdmiCecSourceImplementation.h"
2122

22-
23+
#include "ccec/CCEC.hpp"
2324
#include "ccec/Connection.hpp"
2425
#include "ccec/CECFrame.hpp"
2526
#include "ccec/MessageEncoder.hpp"

0 commit comments

Comments
 (0)