From 654285675ececa142877d86e6f730d040625fc6e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 16 Jun 2011 01:39:44 +0300 Subject: Add dataPath to branding. --- src/configuration.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/configuration.h') diff --git a/src/configuration.h b/src/configuration.h index a0a790990..64c60c734 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -282,6 +282,9 @@ class Configuration : public ConfigurationObject std::string getStringValue(const std::string &key) const; bool getBoolValue(const std::string &key) const; + std::string getDirectory() const + { return mDirectory; } + private: /** * Clean up the default values member. @@ -297,6 +300,7 @@ class Configuration : public ConfigurationObject std::string mConfigPath; /**< Location of config file */ DefaultsData *mDefaultsData; /**< Defaults of value for a given key */ + std::string mDirectory; }; extern Configuration branding; -- cgit v1.2.3-70-g09d2