aboutsummaryrefslogtreecommitdiffstats
path: root/parameter/InstanceConfigurableElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/InstanceConfigurableElement.h')
-rw-r--r--parameter/InstanceConfigurableElement.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/parameter/InstanceConfigurableElement.h b/parameter/InstanceConfigurableElement.h
index 4a032d4..232621a 100644
--- a/parameter/InstanceConfigurableElement.h
+++ b/parameter/InstanceConfigurableElement.h
@@ -68,6 +68,9 @@ public:
// Mapping execution
bool map(IMapper& mapper, string& strError);
+
+ // Element properties
+ virtual void showProperties(string& strResult) const;
protected:
// Syncer
virtual ISyncer* getSyncer() const;