Skip to content

Commit

Permalink
Merge pull request #5336 from sithanda/sprint/24Q2
Browse files Browse the repository at this point in the history
RDK-48604: New UserSettings Thunder Plugin
  • Loading branch information
anand-ky committed May 24, 2024
2 parents 1169392 + 6b08142 commit 6a7a725
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions UserSettings/UserSettingsImplementation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ UserSettingsImplementation::UserSettingsImplementation()
}
else
{

#if ((THUNDER_VERSION == 2) || ((THUNDER_VERSION == 4) && (THUNDER_VERSION_MINOR == 2)))
_engine->Announcements(_communicatorClient->Announcement());
#endif

LOGINFO("Connect the COM-RPC socket\n");
_controller = _communicatorClient->Open<PluginHost::IShell>(_T("org.rdk.PersistentStore"), ~0, 3000);
Expand Down

0 comments on commit 6a7a725

Please sign in to comment.