Skip to content

Commit d2215ba

Browse files
committed
RDKEMW-1061: RDK-E Add COMRPC
Reason for change: Create the interface file for HdmiCecSource Test Procedure: Risks: low Priority: P1 Signed-off-by:Hayden Gfeller [email protected]
1 parent 8d9fb93 commit d2215ba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

HdmiCecSource/HdmiCecSourceImplementation.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,9 +1312,8 @@ namespace WPEFramework
13121312

13131313
uint32_t HdmiCecSourceImplementation::GetDeviceList(IHdmiCecSourceDeviceListIterator*& deviceList, bool &success)
13141314
{ //sample servicemanager response:
1315-
LOGINFOMETHOD();
1316-
std::vector<Exchange::HdmiCecSourceDevices> localDevices;
1317-
Exchange::HdmiCecSourceDevices actual_hdmicecdevices = {0};
1315+
std::vector<Exchange::IHdmiCecSource::HdmiCecSourceDevices> localDevices;
1316+
Exchange::IHdmiCecSource::HdmiCecSourceDevices actual_hdmicecdevices = {0};
13181317

13191318
//Trigger CEC device poll here
13201319
pthread_cond_signal(&(_instance->m_condSig));

0 commit comments

Comments
 (0)