Ref T709, review points

* overload "normalize"
* renamed to CSettingsProvider
This commit is contained in:
Klaus Basan
2019-08-11 15:51:25 +02:00
committed by Mat Sutcliffe
parent 741843d0c6
commit 55690b423f
11 changed files with 27 additions and 27 deletions

View File

@@ -22,7 +22,7 @@ namespace XSwiftBus
{
public:
//! Constructor
CDBusObject(ISettingsProvider *settingsProvider);
CDBusObject(CSettingsProvider *settingsProvider);
//! Destructor
virtual ~CDBusObject();
@@ -86,7 +86,7 @@ namespace XSwiftBus
//! Set the settings
bool setSettings(const CSettings &s);
static ISettingsProvider *s_settingsProvider; //!< get the settings from here, still protected for the static functions
static CSettingsProvider *s_settingsProvider; //!< get the settings from here, still protected for the static functions
private:
static void dbusObjectPathUnregisterFunction(DBusConnection *connection, void *data);