summaryrefslogtreecommitdiffstats
path: root/parameter/Subsystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/Subsystem.h')
-rw-r--r--parameter/Subsystem.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/parameter/Subsystem.h b/parameter/Subsystem.h
index 9be5de4..4ef56d1 100644
--- a/parameter/Subsystem.h
+++ b/parameter/Subsystem.h
@@ -62,8 +62,7 @@ public:
virtual string getKind() const;
protected:
// Parameter access
- virtual bool setValue(CPathNavigator& pathNavigator, const string& strValue, CParameterAccessContext& parameterContext) const;
- virtual bool getValue(CPathNavigator& pathNavigator, string& strValue, CParameterAccessContext& parameterContext) const;
+ virtual bool accessValue(CPathNavigator& pathNavigator, string& strValue, bool bSet, CParameterAccessContext& parameterAccessContext) const;
virtual void logValue(string& strValue, CErrorContext& errorContext) const;
// Used for simulation and virtual subsystems
virtual void setDefaultValues(CParameterAccessContext& parameterAccessContext) const;