Skip to content

Commit

Permalink
urtsi
Browse files Browse the repository at this point in the history
  • Loading branch information
watou committed Feb 1, 2016
1 parent 30edbc6 commit bff57f7
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,14 @@ protected void internalReceiveUpdate(String itemName, State newState) {
logger.debug("Received update for {}! New state: {}", itemName, newState);
}

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

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

/**
* Parses the global configuration file.
* Expected values:
Expand Down

0 comments on commit bff57f7

Please sign in to comment.