mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T28, renaming to getLatestDbEntityTimestamp
This commit is contained in:
committed by
Mathew Sutcliffe
parent
a0f2a168f9
commit
65a716a61d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user