mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
Ref T148, renamed/added hasConnectedSwiftDb / canConnectSwiftDb
This commit is contained in:
committed by
Mathew Sutcliffe
parent
a2e888546e
commit
961f47b700
@@ -395,8 +395,11 @@ namespace BlackCore
|
||||
//! \threadsafe
|
||||
int getSharedInfoObjectCount(BlackMisc::Network::CEntityFlags::Entity entity) const;
|
||||
|
||||
//! Can connect to swift DB?
|
||||
bool canConnectSwiftDb() const;
|
||||
//! Has already connect swift DB?
|
||||
bool hasConnectedSwiftDb() const;
|
||||
|
||||
//! Can connect swift DB?
|
||||
bool canConnectSwiftDb(bool strict = false) const;
|
||||
|
||||
//! Reset the flags what was already signaled
|
||||
void resetSignalFlags();
|
||||
|
||||
Reference in New Issue
Block a user