We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0d4ae commit a8168c3Copy full SHA for a8168c3
apis/Telemetry/ITelemetry.h
@@ -81,7 +81,7 @@ namespace WPEFramework
81
// @brief Sets the telemetry opt-out status.
82
// @param OptOut - in - boolean
83
// @param - out - struct
84
- virtual Core::hresult SetOptOutTelemetry(const bool optOut /* @text Opt-Out */, & successResult /* @out */) = 0;
+ virtual Core::hresult SetOptOutTelemetry(const bool optOut /* @text Opt-Out */, TelemetrySuccess& successResult /* @out */) = 0;
85
/**********************setOptOutTelemetry() - end*****************************************/
86
87
/**********************isOptOutTelemetry() - start***************************************/
0 commit comments