3 #ifndef _CONFIGSERVICE_H_
4 #define _CONFIGSERVICE_H_
bool saveTo(IConfigStorage *storage)
Saves the system configuration to a given storage service.
Definition: ConfigService.cpp:32
Used to store system configuration data.
Definition: SystemConfigData.h:26
provides access to system confgiuration.
Definition: ConfigService.h:14
bool loadFrom(IConfigStorage *storage)
Loads the system configuration from a given storage service.
Definition: ConfigService.cpp:19
SystemConfigData & getConfig()
Gets the system configuration.
Definition: ConfigService.h:55
static ConfigService & Instance()
Gets the configuration service.
Definition: ConfigService.h:21
Interface for configuration storage.
Definition: IConfigStorage.h:13