MCPcopy Create free account
hub / github.com/MITK/MITK / UngetService

Method UngetService

Modules/CppMicroServices/src/usModuleContext.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 12

ActivateMethod · 0.45
UnregisterMethod · 0.45
RemovedServiceMethod · 0.45
FilterModulesMethod · 0.45
RemoveModuleResourcesMethod · 0.45
StartServiceTrackingMethod · 0.45
ConnectRestServerMethod · 0.45
DisconnectRestServerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected