mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
refs #781, added admit functions for model caches
* interface constructor protected * flag for synchronize in ctor
This commit is contained in:
@@ -130,7 +130,7 @@ namespace BlackMisc
|
||||
//! Clear cache
|
||||
BlackMisc::CStatusMessage clearCache();
|
||||
|
||||
BlackMisc::Simulation::Data::CModelSetCaches m_caches { this }; //!< caches
|
||||
BlackMisc::Simulation::Data::CModelSetCaches m_caches { true, this }; //!< caches
|
||||
};
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user