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

Disable using the global memory updates topic

parent f4985162
No related branches found
No related tags found
Loading
......@@ -14,8 +14,9 @@ namespace armarx::armem::client::plugins
void ListeningPlugin::postCreatePropertyDefinitions(armarx::PropertyDefinitionsPtr& properties)
{
// This is now done by the client::util::MemoryListener class on subscription of a memory ID.
// Subscribe topics by single servers, use this as a prefix.
properties->topic<MemoryListenerInterface>("MemoryUpdates");
// properties->topic<MemoryListenerInterface>("MemoryUpdates");
}
}
......@@ -26,4 +26,3 @@ namespace armarx::armem::client::plugins
}
}
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