Fixed issue with still using header instead of info object data

plus some utility functionality
This commit is contained in:
Klaus Basan
2017-04-23 04:35:53 +02:00
committed by Mathew Sutcliffe
parent b444361c7c
commit 8ad7c1e3c7
7 changed files with 17 additions and 11 deletions

View File

@@ -320,7 +320,7 @@ namespace BlackCore
CEntityFlags::Entity CWebDataServices::triggerLoadingDirectlyFromSharedFiles(CEntityFlags::Entity whatToRead, bool checkCacheTsUpfront)
{
CEntityFlags::Entity triggeredRead = CEntityFlags::NoEntity;
this->triggerReadOfSharedInfoObjects(); // trigger reload of headers
this->triggerReadOfSharedInfoObjects(); // trigger reload of info objects (for shared)
if (m_icaoDataReader)
{