Skip to content
Snippets Groups Projects
Commit b1af7613 authored by Fabian Reister's avatar Fabian Reister
Browse files

ReaderWriterPlugin: fix

parent d9101188
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ namespace armarx::armem::client::plugins
ReaderWriterPlugin(ManagedIceObject& parent, const std::string pre) :
ComponentPlugin(parent, pre), readerWriter(memoryNameSystem())
{
addPlugin(armemPlugin);
// addPlugin(armemPlugin);
}
~ReaderWriterPlugin() override = default;
......@@ -100,7 +100,7 @@ namespace armarx::armem::client::plugins
MemoryNameSystem&
memoryNameSystem()
{
// if (armemPlugin == nullptr)
if (armemPlugin == nullptr)
{
addPlugin(armemPlugin);
}
......
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