summaryrefslogtreecommitdiffstats
path: root/parameter/ComponentInstance.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/ComponentInstance.h')
-rw-r--r--parameter/ComponentInstance.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/parameter/ComponentInstance.h b/parameter/ComponentInstance.h
index dffab7f..161d049 100644
--- a/parameter/ComponentInstance.h
+++ b/parameter/ComponentInstance.h
@@ -40,7 +40,7 @@ public:
CComponentInstance(const string& strName);
// Mapping info
- virtual bool getMappingData(const string& strKey, string& strValue) const;
+ virtual bool getMappingData(const string& strKey, const string*& pStrValue) const;
virtual bool hasMappingData() const;
// From IXmlSink
@@ -53,6 +53,7 @@ private:
virtual CInstanceConfigurableElement* doInstantiate() const;
virtual void populate(CElement* pElement) const;
+ // Related component type
const CComponentType* _pComponentType;
};