Skip to content

Commit 9bf3b1f

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 00a139e commit 9bf3b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HdmiCecSource/HdmiCecSourceImplementation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ namespace WPEFramework {
169169
// As the registration/unregistration of notifications is realized by the class PluginHost::JSONRPC,
170170
// this class exposes a public method called, Notify(), using this methods, all subscribed clients
171171
// will receive a JSONRPC message as a notification, in case this method is called.
172-
class HdmiCecSourceImplementation : public Exchange::IHdmiCecSource, public Exchange:IConfiguration{
172+
class HdmiCecSourceImplementation : public Exchange::IHdmiCecSource, public Exchange::IConfiguration{
173173
enum {
174174
VOLUME_UP = 0x41,
175175
VOLUME_DOWN = 0x42,

0 commit comments

Comments
 (0)