| 71 | void UIDelegate::close() { uiDelegateInterface_->close(hostSession_); } |
| 72 | |
| 73 | InfoDictionary UIDelegate::info() { return uiDelegateInterface_->info(); } |
| 74 | |
| 75 | trait::TraitsDataPtr UIDelegate::uiPolicy(const trait::TraitSet& uiTraitSet, |
| 76 | const access::UIAccess uiAccess, |
nothing calls this directly
no outgoing calls
no test coverage detected