mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user