refs #787, support for headers / shared files in web data services

* allow to load shared files
* utility functions for timestamps
* some functions renamed
This commit is contained in:
Klaus Basan
2016-11-27 01:33:17 +01:00
parent 2ccf3fd4a2
commit 4ed2b82630
10 changed files with 367 additions and 172 deletions

View File

@@ -58,7 +58,7 @@ namespace BlackGui
void CDbCountryComponent::ps_reload()
{
if (!sGui || !sGui->getWebDataServices()) { return; }
sApp->getWebDataServices()->triggerReloadFromDb(CEntityFlags::CountryEntity);
sApp->getWebDataServices()->triggerLoadingDirectlyFromDb(CEntityFlags::CountryEntity);
}
} // ns
} // ns