From d7d2c0929a5d7871e913451fd542e03ae4561183 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 24 Aug 2012 20:11:04 +0000 Subject: Taf isn't really...the best backend for this now, I need some more fixes there first, so next up we need the windows registry backend. --- src/unstable/settingsdrivertaf.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/unstable/settingsdrivertaf.h') diff --git a/src/unstable/settingsdrivertaf.h b/src/unstable/settingsdrivertaf.h index d7d751b..b5f8b07 100644 --- a/src/unstable/settingsdrivertaf.h +++ b/src/unstable/settingsdrivertaf.h @@ -2,11 +2,15 @@ #define BU_SETTINGS_DRIVER_TAF_H #include "bu/settingsdriver.h" +#include "bu/string.h" namespace Bu { class TafGroup; + /** + * The taf driver is flawed until I fix taf editing, I've been meaning to... + */ class SettingsDriverTaf : public SettingsDriver { public: @@ -15,8 +19,11 @@ namespace Bu protected: virtual void init( const Bu::UtfString &sCompany, const Bu::UtfString &sProduct ); + virtual void set( const Bu::UtfString &sKey, const Bu::UtfString &sValue ); + virtual Bu::UtfString get( const Bu::UtfString &sKey, const Bu::UtfString &sValue ); private: + Bu::String sPath; class Bu::TafGroup *pRoot; }; }; -- cgit v1.2.3