Skip to content

Commit a8168c3

Browse files
dkumar798ramasat
authored andcommitted
RDKEMW-7761: Move Telemetry related APIs to the Telemetry plugin
1 parent 4c0d4ae commit a8168c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/Telemetry/ITelemetry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ namespace WPEFramework
8181
// @brief Sets the telemetry opt-out status.
8282
// @param OptOut - in - boolean
8383
// @param - out - struct
84-
virtual Core::hresult SetOptOutTelemetry(const bool optOut /* @text Opt-Out */, & successResult /* @out */) = 0;
84+
virtual Core::hresult SetOptOutTelemetry(const bool optOut /* @text Opt-Out */, TelemetrySuccess& successResult /* @out */) = 0;
8585
/**********************setOptOutTelemetry() - end*****************************************/
8686

8787
/**********************isOptOutTelemetry() - start***************************************/

0 commit comments

Comments
 (0)