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

Replace filter * by standard name MemoryNameSystem

parent 236c22be
No related branches found
No related tags found
2 merge requests!192Fix bugs in ArMem and make disk loading and storing nicer,!188ArMem Updates
...@@ -470,7 +470,7 @@ namespace armarx::armem::gui ...@@ -470,7 +470,7 @@ namespace armarx::armem::gui
void MemoryViewer::writeConfigDialog(SimpleConfigDialog* dialog) void MemoryViewer::writeConfigDialog(SimpleConfigDialog* dialog)
{ {
dialog->addProxyFinder<armarx::armem::mns::MemoryNameSystemInterfacePrx>({CONFIG_KEY_MEMORY, "MemoryNameSystem", "*"}); dialog->addProxyFinder<armarx::armem::mns::MemoryNameSystemInterfacePrx>({CONFIG_KEY_MEMORY, "MemoryNameSystem", "MemoryNameSystem"});
dialog->addProxyFinder<armarx::DebugObserverInterfacePrx>({CONFIG_KEY_DEBUG_OBSERVER, "Debug Observer", "DebugObserver"}); dialog->addProxyFinder<armarx::DebugObserverInterfacePrx>({CONFIG_KEY_DEBUG_OBSERVER, "Debug Observer", "DebugObserver"});
} }
......
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