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

Method UnregisterService

Modules/Core/src/IO/mitkAbstractFileReader.cpp:193–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 }
192
193 void AbstractFileReader::UnregisterService()
194 {
195 try
196 {
197 if (d->m_Reg.IsAvailable())
198 d->m_Reg.Unregister();
199 }
200 catch (const std::exception &)
201 {
202 }
203 }
204
205 us::ServiceProperties AbstractFileReader::GetServiceProperties() const
206 {

Callers

nothing calls this directly

Calls 2

IsAvailableMethod · 0.80
UnregisterMethod · 0.45

Tested by

no test coverage detected