Skip to content
Snippets Groups Projects
Commit 25cde983 authored by James Catmore's avatar James Catmore Committed by Johannes Elmsheuser
Browse files

Merge branch 'ADCDPA50_20170803_1' into '21.2'

Fix of the SharedWriter to write out only the selected auxstore variables(ADCDPA-50)

See merge request !3821

Former-commit-id: 7410f94a
parent 1c68c4d6
No related branches found
No related tags found
Loading
......@@ -122,7 +122,7 @@ const SG::auxid_set_t& AuxDiscoverySvc::getAuxIDs(const void* obj, const Guid& c
if (m_store == nullptr) {
return s_emptySet;
}
return m_store->getDynamicAuxIDs();
return m_store->getSelectedAuxIDs();
}
const void* AuxDiscoverySvc::getData(SG::auxid_t auxid) {
......
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