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/settings.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/unstable/settings.cpp') diff --git a/src/unstable/settings.cpp b/src/unstable/settings.cpp index e993250..ac3975f 100644 --- a/src/unstable/settings.cpp +++ b/src/unstable/settings.cpp @@ -36,5 +36,12 @@ Bu::Settings::~Settings() void Bu::Settings::set( const Bu::UtfString &sKey, const Bu::UtfString &sValue ) { + pDriver->set( sKey, sValue ); +} + +Bu::UtfString Bu::Settings::get( const Bu::UtfString &sKey, + const Bu::UtfString &sValue ) +{ + return pDriver->get( sKey, sValue ); } -- cgit v1.2.3