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/settingsdriver.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/unstable/settingsdriver.h') diff --git a/src/unstable/settingsdriver.h b/src/unstable/settingsdriver.h index 0a63106..47b7d9d 100644 --- a/src/unstable/settingsdriver.h +++ b/src/unstable/settingsdriver.h @@ -20,6 +20,8 @@ namespace Bu protected: virtual void init( const Bu::UtfString &sCompany, const Bu::UtfString &sProduct )=0; + virtual void set( const Bu::UtfString &sKey, const Bu::UtfString &sValue )=0; + virtual Bu::UtfString get( const Bu::UtfString &sKey, const Bu::UtfString &sValue )=0; }; }; -- cgit v1.2.3