Skip to content
Snippets Groups Projects
Commit 9352d6d1 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Add missing dependency of ReadWriterPlugin to memory name system plugin

parent 832b2e7d
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,11 @@ namespace armarx::armem::client::plugins
ReaderWriterPlugin(ManagedIceObject& parent, const std::string pre) :
ComponentPlugin(parent, pre), readerWriter(memoryNameSystem())
{
// addPlugin(armemPlugin);
if (not armemPlugin)
{
addPlugin(armemPlugin);
}
addPluginDependency(armemPlugin);
}
~ReaderWriterPlugin() override = default;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment