Skip to content

Commit ec512e7

Browse files
committed
Adding CCEC Namespace
1 parent 30cdebe commit ec512e7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

HdmiCecSink/HdmiCecSinkImplementation.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ static std::vector<DeviceFeatures> deviceFeatures = {DEVICE_FEATURES_TV};
104104
#define API_VERSION_NUMBER_MINOR 3
105105
#define API_VERSION_NUMBER_PATCH 7
106106

107+
using namespace CCEC;
107108
using PowerState = WPEFramework::Exchange::IPowerManager::PowerState;
108109

109110
namespace WPEFramework

HdmiCecSource/HdmiCecSourceImplementation.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ static PowerStatus tvPowerState = 1;
7878
static bool isDeviceActiveSource = false;
7979
static bool isLGTvConnected = false;
8080

81+
using namespace CCEC;
8182
using namespace WPEFramework;
8283

8384

0 commit comments

Comments
 (0)