File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
5
5
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
6
6
7
+ #### [ 1.0.9] ( https://github.com/rdkcentral/entservices-inputoutput/compare/1.0.8...1.0.9 )
8
+
9
+ - RDK-57093: Resolved the compilation error [ ` #55 ` ] ( https://github.com/rdkcentral/entservices-inputoutput/pull/55 )
10
+ - Merge tag '1.0.8' into develop [ ` fe37f21 ` ] ( https://github.com/rdkcentral/entservices-inputoutput/commit/fe37f210ddbf3e698fccc454fd7593e7fb6e4a9d )
11
+
7
12
#### [ 1.0.8] ( https://github.com/rdkcentral/entservices-inputoutput/compare/1.0.7...1.0.8 )
8
13
14
+ > 14 April 2025
15
+
9
16
- RDK-57093: Update Plugin Clients to use update Power manager interface [ ` #39 ` ] ( https://github.com/rdkcentral/entservices-inputoutput/pull/39 )
17
+ - 1.0.8 release change log updates [ ` 2a859d3 ` ] ( https://github.com/rdkcentral/entservices-inputoutput/commit/2a859d3da652a2ce6718d8bf678ecf73a6d2643f )
10
18
- Merge tag '1.0.7' into develop [ ` ac5ef43 ` ] ( https://github.com/rdkcentral/entservices-inputoutput/commit/ac5ef4349be7cb05477dfbe9785aa1a60d1293a1 )
11
19
12
20
#### [ 1.0.7] ( https://github.com/rdkcentral/entservices-inputoutput/compare/1.0.6...1.0.7 )
Original file line number Diff line number Diff line change @@ -573,7 +573,6 @@ namespace WPEFramework {
573
573
void sendKeyReleaseEvent (const int logicalAddress);
574
574
void sendUserControlPressed (const int logicalAddress, int keyCode);
575
575
void sendUserControlReleased (const int logicalAddress);
576
- void sendGiveAudioStatusMsg ();
577
576
void onPowerModeChanged (const PowerState currentState, const PowerState newState);
578
577
void registerEventHandlers ();
579
578
void sendGiveAudioStatusMsg ();
You can’t perform that action at this time.
0 commit comments