| 110 | } |
| 111 | |
| 112 | bool ModuleContext::UngetService(const ServiceReferenceBase& reference) |
| 113 | { |
| 114 | ServiceReferenceBase ref = reference; |
| 115 | return ref.d->UngetService(d->module->q, true); |
| 116 | } |
| 117 | |
| 118 | void ModuleContext::AddServiceListener(const ServiceListener& delegate, |
| 119 | const std::string& filter) |
no outgoing calls
no test coverage detected