Ref T125, renaming areAllDataRead => areAllInfoObjectsRead

This commit is contained in:
Klaus Basan
2017-08-15 02:13:31 +02:00
committed by Mathew Sutcliffe
parent 53189eafd5
commit 12db652ccf
3 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ namespace BlackCore
return m_infoObjects.size();
}
bool CInfoDataReader::areAllDataRead() const
bool CInfoDataReader::areAllInfoObjectsRead() const
{
return getInfoObjectCount() > 4;
}

View File

@@ -45,7 +45,7 @@ namespace BlackCore
//! All data read?
//! \threadsafe
bool areAllDataRead() const;
bool areAllInfoObjectsRead() const;
//! Allow to call directly, special for info objects reader
void read();