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 a8168c3 commit e5132f8Copy full SHA for e5132f8
apis/Telemetry/ITelemetry.h
@@ -89,7 +89,7 @@ namespace WPEFramework
89
// @brief Checks the telemetry opt-out status.
90
// @param OptOut - out - boolean
91
// @param success - out - boolean
92
- virtual Core::hresult IsOptOutTelemetry(bool& optOut /* @out @text Opt-Out*/, bool& success /* @out */) = 0
+ virtual Core::hresult IsOptOutTelemetry(bool& optOut /* @out @text Opt-Out*/, bool& success /* @out */) = 0;
93
/**********************isOptOutTelemetry() - end*****************************************/
94
};
95
} // namespace Exchange
0 commit comments