Skip to content

Commit

Permalink
Update PluginServer.h (rdkcentral#1554)
Browse files Browse the repository at this point in the history
Lets wait with the clean-up..
  • Loading branch information
pwielders authored Mar 29, 2024
1 parent 01015ae commit cf4fecb
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Source/WPEFramework/PluginServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -1284,15 +1284,8 @@ namespace PluginHost {
return (_administrator.RemoteConnection(connectionId));
}

void Closed(const uint32_t id)
void Closed(const uint32_t /*id */)
{
_pluginHandling.Lock();

if (_jsonrpc != nullptr) {
_jsonrpc->Dropped(id);
}
_pluginHandling.Unlock();

}

// Methods to Activate and Deactivate the aggregated Plugin to this shell.
Expand Down

0 comments on commit cf4fecb

Please sign in to comment.