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

@@ -368,7 +368,7 @@ namespace BlackCore
}
}
QDateTime CWebDataServices::getDbLatestEntityTimestamp(CEntityFlags::Entity entity) const
QDateTime CWebDataServices::getLatestDbEntityTimestamp(CEntityFlags::Entity entity) const
{
Q_ASSERT_X(CEntityFlags::isSingleEntity(entity), Q_FUNC_INFO, "Need single entity");
if (CEntityFlags::anySwiftDbEntity(entity))
@@ -383,7 +383,7 @@ namespace BlackCore
}
}
QDateTime CWebDataServices::getSharedInfoObjectTimestamp(CEntityFlags::Entity entity) const
QDateTime CWebDataServices::getLatestSharedInfoObjectTimestamp(CEntityFlags::Entity entity) const
{
const CDatabaseReader *reader = this->getDbReader(entity);
if (reader)