aboutsummaryrefslogtreecommitdiffstats
path: root/parameter/Mapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/Mapper.h')
-rw-r--r--parameter/Mapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parameter/Mapper.h b/parameter/Mapper.h
index 4f32ca8..ab5f488 100644
--- a/parameter/Mapper.h
+++ b/parameter/Mapper.h
@@ -39,6 +39,6 @@ class CInstanceConfigurableElement;
class IMapper
{
public:
- virtual bool mapBegin(CInstanceConfigurableElement* pInstanceConfigurableElement, string& strError) = 0;
+ virtual bool mapBegin(CInstanceConfigurableElement* pInstanceConfigurableElement, bool& bKeepDiving, string& strError) = 0;
virtual void mapEnd() = 0;
};