Skip to content

Commit

Permalink
xbmc
Browse files Browse the repository at this point in the history
  • Loading branch information
watou committed Feb 1, 2016
1 parent bb19067 commit 201bb42
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,14 @@ protected void internalReceiveUpdate(String itemName, State newState) {
}
}

protected void addBindingProvider(XbmcBindingProvider bindingProvider) {
super.addBindingProvider(bindingProvider);
}

protected void removeBindingProvider(XbmcBindingProvider bindingProvider) {
super.removeBindingProvider(bindingProvider);
}

/**
* {@inheritDoc}
*/
Expand Down

0 comments on commit 201bb42

Please sign in to comment.