mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:18:15 +08:00
refs #494 Using CValueCachePacket, cache values are given timestamps.
This commit is contained in:
@@ -45,10 +45,10 @@ namespace BlackCore
|
||||
virtual void synchronizeLogSubscriptions();
|
||||
|
||||
//! \copydoc IContextApplication::changeSettings
|
||||
virtual void changeSettings(const BlackMisc::CVariantMap &settings, const BlackMisc::CIdentifier &origin) override;
|
||||
virtual void changeSettings(const BlackMisc::CValueCachePacket &settings, const BlackMisc::CIdentifier &origin) override;
|
||||
|
||||
//! \copydoc IContextApplication::getAllSettings
|
||||
virtual BlackMisc::CVariantMap getAllSettings() const override;
|
||||
virtual BlackMisc::CValueCachePacket getAllSettings() const override;
|
||||
|
||||
//! \copydoc IContextApplication::synchronizeLocalSettings
|
||||
virtual void synchronizeLocalSettings() override;
|
||||
|
||||
Reference in New Issue
Block a user