summaryrefslogtreecommitdiffstats
path: root/parameter/SubsystemObject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/SubsystemObject.cpp')
-rw-r--r--parameter/SubsystemObject.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/parameter/SubsystemObject.cpp b/parameter/SubsystemObject.cpp
index 5d92127..1eaffba 100644
--- a/parameter/SubsystemObject.cpp
+++ b/parameter/SubsystemObject.cpp
@@ -212,3 +212,9 @@ string CSubsystemObject::formatMappingValue(const string& strMappingValue, uint3
}
return strFormattedValue;
}
+
+// Configurable element retrieval
+const CInstanceConfigurableElement* CSubsystemObject::getConfigurableElement() const
+{
+ return _pInstanceConfigurableElement;
+}