mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Ref T292, Ref T285 signal when "real" loading was started (loading from disk)
This commit is contained in:
@@ -220,10 +220,18 @@ namespace BlackMisc
|
||||
//! \threadsafe
|
||||
virtual void synchronizeCache(const CSimulatorInfo &simulator) = 0;
|
||||
|
||||
//! Synchronize multiple simulators
|
||||
//! \threadsafe
|
||||
virtual void synchronizeMultiCaches(const CSimulatorInfo &simulator);
|
||||
|
||||
//! Admit the cache for given simulator
|
||||
//! \threadsafe
|
||||
virtual void admitCache(const CSimulatorInfo &simulator) = 0;
|
||||
|
||||
//! Synchronize multiple simulators
|
||||
//! \threadsafe
|
||||
virtual void admitMultiCaches(const CSimulatorInfo &simulator);
|
||||
|
||||
//! Info string about models in cache
|
||||
QString getInfoString() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user