mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
Rename CThreadedReader::isNetworkConnectedAndAccessible() for consistency
refs #869
This commit is contained in:
committed by
Mathew Sutcliffe
parent
64a47da67f
commit
7edd1bb621
@@ -69,7 +69,7 @@ namespace BlackCore
|
||||
return delta <= timeLastMs;
|
||||
}
|
||||
|
||||
bool CThreadedReader::isNetworkConnectedAndAccessible() const
|
||||
bool CThreadedReader::isNetworkAccessible() const
|
||||
{
|
||||
return sApp->isNetworkAccessible();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user