Skip to content
Snippets Groups Projects
Commit 75a7e199 authored by Philip Scherer's avatar Philip Scherer
Browse files

Fix BOSubObjectFinder templates, clean up Reader

parent c74ba6c2
No related branches found
No related tags found
No related merge requests found
......@@ -230,7 +230,6 @@ namespace armarx::armem::client
armem::client::MemoryNameSystem& mns,
int recursionDepth)
{
static const aron::Path memoryLinkIDPath{{"memoryID"}};
static const aron::Path memoryLinkDataPath{{"data"}};
// MemoryID is used for the template instantiation as a placeholder -
// you could use any type here.
......
......@@ -107,7 +107,7 @@ namespace armarx::aron
auto dict = armarx::aron::data::Dict::DynamicCastAndCheck(elementData);
DTOType dto;
dto.fromAron(dict);
BOType boObj = armarx::aron::fromAron<BOType>(dto);
BOType boObj = armarx::aron::fromAron<BOType, DTOType>(dto);
foundSubObjects.emplace(elementData->getPath().toString(), boObj);
}
}
......
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