Skip to content

Commit e5132f8

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

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
@@ -89,7 +89,7 @@ namespace WPEFramework
8989
// @brief Checks the telemetry opt-out status.
9090
// @param OptOut - out - boolean
9191
// @param success - out - boolean
92-
virtual Core::hresult IsOptOutTelemetry(bool& optOut /* @out @text Opt-Out*/, bool& success /* @out */) = 0
92+
virtual Core::hresult IsOptOutTelemetry(bool& optOut /* @out @text Opt-Out*/, bool& success /* @out */) = 0;
9393
/**********************isOptOutTelemetry() - end*****************************************/
9494
};
9595
} // namespace Exchange

0 commit comments

Comments
 (0)