3 #ifndef _ICONFIGSTORAGE_H_
4 #define _ICONFIGSTORAGE_H_
Used to store system configuration data.
Definition: SystemConfigData.h:26
virtual bool save(SystemConfigData *data)=0
Saves a system configuration.
Interface for configuration storage.
Definition: IConfigStorage.h:13
virtual bool load(SystemConfigData *data)=0
Loads a system configuration.