diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2012-11-05 22:41:51 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2012-11-05 22:41:51 +0000 |
| commit | ec05778d5718a7912e506764d443a78d6a6179e3 (patch) | |
| tree | 78a9a01532180030c095acefc45763f07c14edb8 /src/unstable/settingsdriverregistry.h | |
| parent | b20414ac1fe80a71a90601f4cd1767fa7014a9ba (diff) | |
| download | libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.tar.gz libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.tar.bz2 libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.tar.xz libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.zip | |
Converted tabs to spaces with tabconv.
Diffstat (limited to 'src/unstable/settingsdriverregistry.h')
| -rw-r--r-- | src/unstable/settingsdriverregistry.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/unstable/settingsdriverregistry.h b/src/unstable/settingsdriverregistry.h index 2d718d2..d1a2896 100644 --- a/src/unstable/settingsdriverregistry.h +++ b/src/unstable/settingsdriverregistry.h | |||
| @@ -7,20 +7,20 @@ | |||
| 7 | 7 | ||
| 8 | namespace Bu | 8 | namespace Bu |
| 9 | { | 9 | { |
| 10 | class SettingsDriverRegistry : public SettingsDriver | 10 | class SettingsDriverRegistry : public SettingsDriver |
| 11 | { | 11 | { |
| 12 | public: | 12 | public: |
| 13 | SettingsDriverRegistry(); | 13 | SettingsDriverRegistry(); |
| 14 | virtual ~SettingsDriverRegistry(); | 14 | virtual ~SettingsDriverRegistry(); |
| 15 | 15 | ||
| 16 | protected: | 16 | protected: |
| 17 | virtual void init( const Bu::UtfString &sCompany, const Bu::UtfString &sProduct ); | 17 | virtual void init( const Bu::UtfString &sCompany, const Bu::UtfString &sProduct ); |
| 18 | virtual void set( const Bu::UtfString &sKey, const Bu::UtfString &sValue ); | 18 | virtual void set( const Bu::UtfString &sKey, const Bu::UtfString &sValue ); |
| 19 | virtual Bu::UtfString get( const Bu::UtfString &sKey, const Bu::UtfString &sValue ); | 19 | virtual Bu::UtfString get( const Bu::UtfString &sKey, const Bu::UtfString &sValue ); |
| 20 | 20 | ||
| 21 | private: | 21 | private: |
| 22 | void *rphKey; | 22 | void *rphKey; |
| 23 | }; | 23 | }; |
| 24 | }; | 24 | }; |
| 25 | 25 | ||
| 26 | #endif | 26 | #endif |
