Skip to content

Commit b65d1ab

Browse files
authored
RDKEMW-1014 : Add COM-RPC support to HdcpProfile plugin (#173)
* Update IHdcpProfile.h * Update IHdcpProfile.h * Update IHdcpProfile.h
1 parent b7b80b3 commit b65d1ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apis/HdcpProfile/IHdcpProfile.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
struct EXTERNAL IHdcpProfile : virtual public Core::IUnknown
2929
{
3030
enum { ID = ID_HDCPPROFILE };
31-
31+
3232
struct EXTERNAL HDCPStatus
3333
{
3434
bool isConnected /* @text isConnected */ /* @brief Indicates whether a display is connected */;
@@ -48,7 +48,7 @@
4848
// @text onDisplayConnectionChanged
4949
// @brief Triggered if HDMI was connected or disconnected upon receiving onHdmiOutputHotPlug
5050
// @param HDCPStatus: Contains HDCP-related data as separate properties
51-
virtual void OnDisplayConnectionChanged(const HDCPStatus hdcpStatus) {};
51+
virtual void OnDisplayConnectionChanged(const HDCPStatus hdcpStatus/* @text HDCPStatus*/) {};
5252
};
5353
virtual Core::hresult Register(IHdcpProfile::INotification* notification /* @in */) = 0;
5454
virtual Core::hresult Unregister(IHdcpProfile::INotification* notification /* @in */) = 0;

0 commit comments

Comments
 (0)