| 222 | } |
| 223 | |
| 224 | void BindingManager::SetBindingProfile(BindingProfileID profileID, const BindingProfile& bindingProfile) |
| 225 | { |
| 226 | // Overwrite or create binding profile. |
| 227 | _bindings[profileID] = bindingProfile; |
| 228 | } |
| 229 | |
| 230 | void BindingManager::SetDefaultBindingProfile(BindingProfileID profileID) |
| 231 | { |
no outgoing calls
no test coverage detected