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

Method UnregisterService

Modules/Core/src/IO/mitkAbstractFileWriter.cpp:213–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 }
212
213 void AbstractFileWriter::UnregisterService()
214 {
215 try
216 {
217 if (d->m_Reg.IsAvailable())
218 d->m_Reg.Unregister();
219 }
220 catch (const std::exception &)
221 {
222 }
223 }
224
225 us::ServiceProperties AbstractFileWriter::GetServiceProperties() const
226 {

Callers

nothing calls this directly

Calls 2

IsAvailableMethod · 0.80
UnregisterMethod · 0.45

Tested by

no test coverage detected