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

Method SetDispatcher

Modules/RESTAPI/src/mitkRestServer.cpp:458–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456}
457
458void RestServer::SetDispatcher(StorageThreadDispatcherBase* dispatcher)
459{
460 std::lock_guard<std::mutex> lock(m_Mutex);
461 m_Dispatcher = dispatcher;
462 m_Bridge->SetDispatcher(dispatcher);
463 m_RenderWindowBridge->SetDispatcher(dispatcher);
464 this->SyncDispatcherToController();
465}
466
467void RestServer::SyncDispatcherToController()
468{

Callers 5

StopServiceTrackingMethod · 0.45
ConnectDataStorageMethod · 0.45
startMethod · 0.45

Calls 1

Tested by

no test coverage detected