summaryrefslogtreecommitdiffstats
path: root/parameter/SimulatedBackSynchronizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/SimulatedBackSynchronizer.h')
-rw-r--r--parameter/SimulatedBackSynchronizer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/parameter/SimulatedBackSynchronizer.h b/parameter/SimulatedBackSynchronizer.h
index 91414cb..2500be2 100644
--- a/parameter/SimulatedBackSynchronizer.h
+++ b/parameter/SimulatedBackSynchronizer.h
@@ -32,11 +32,13 @@ class CParameterBlackboard;
class CSimulatedBackSynchronizer : public CBackSynchronizer
{
public:
- CSimulatedBackSynchronizer(const CConfigurableElement* pConfigurableElement, string& strError, CParameterBlackboard* pParameterBlackboard);
+ CSimulatedBackSynchronizer(const CConfigurableElement* pConfigurableElement, CParameterBlackboard* pParameterBlackboard);
// Back synchronization
virtual bool sync();
private:
+ // Fake error for parameter context creation
+ string _strError;
// Parameter context
CParameterAccessContext _parameterAccessContext;
};