Ref T28, renaming to getLatestDbEntityTimestamp

This commit is contained in:
Klaus Basan
2017-05-03 02:11:46 +02:00
committed by Mathew Sutcliffe
parent a0f2a168f9
commit 65a716a61d
3 changed files with 6 additions and 6 deletions

View File

@@ -346,11 +346,11 @@ namespace BlackCore
//! Corresponding DB timestamp if applicable
//! \threadsafe
QDateTime getDbLatestEntityTimestamp(BlackMisc::Network::CEntityFlags::Entity entity) const;
QDateTime getLatestDbEntityTimestamp(BlackMisc::Network::CEntityFlags::Entity entity) const;
//! Shared info object timestamp
//! \threadsafe
QDateTime getSharedInfoObjectTimestamp(BlackMisc::Network::CEntityFlags::Entity entity) const;
QDateTime getLatestSharedInfoObjectTimestamp(BlackMisc::Network::CEntityFlags::Entity entity) const;
//! Entities with newer shared file (from DB Info object)
//! \threadsafe