updated to the new Pikotools api (new Space struct)
This commit is contained in:
@@ -214,6 +214,14 @@ bool Plugin::SetDependency(PluginInfo & info)
|
||||
info.session_manager = session_manager;
|
||||
info.plugin = this;
|
||||
|
||||
/*
|
||||
* FIXME
|
||||
* if we call a message from a different thread then a different model connector is needed
|
||||
* (each thread should have its own model connector)
|
||||
*
|
||||
*/
|
||||
info.model_connector = system->get_model_connector();
|
||||
|
||||
info.log.SetDependency(&log);
|
||||
|
||||
return res;
|
||||
|
||||
Reference in New Issue
Block a user