mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Ref T125, renaming areAllDataRead => areAllInfoObjectsRead
This commit is contained in:
committed by
Mathew Sutcliffe
parent
53189eafd5
commit
12db652ccf
@@ -44,7 +44,7 @@ namespace BlackCore
|
||||
return m_infoObjects.size();
|
||||
}
|
||||
|
||||
bool CInfoDataReader::areAllDataRead() const
|
||||
bool CInfoDataReader::areAllInfoObjectsRead() const
|
||||
{
|
||||
return getInfoObjectCount() > 4;
|
||||
}
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user