aboutsummaryrefslogtreecommitdiffstats
path: root/parameter/ParameterAccessContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/ParameterAccessContext.h')
-rw-r--r--parameter/ParameterAccessContext.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/parameter/ParameterAccessContext.h b/parameter/ParameterAccessContext.h
index 11c0fdc..cf4c5bc 100644
--- a/parameter/ParameterAccessContext.h
+++ b/parameter/ParameterAccessContext.h
@@ -38,6 +38,7 @@ class CParameterAccessContext : public CErrorContext
{
public:
CParameterAccessContext(string& strError, CParameterBlackboard* pParameterBlackboard, bool bValueSpaceIsRaw, bool bOutputRawFormatIsHex = false);
+ CParameterAccessContext(string& strError, bool bBigEndianSubsystem, CParameterBlackboard* pParameterBlackboard);
CParameterAccessContext(string& strError);
// ParameterBlackboard
@@ -60,10 +61,6 @@ public:
void setAutoSync(bool bAutoSync);
bool getAutoSync() const;
- // Dynamic access
- void setDynamicAccess(bool bDynamicAccess);
- bool isDynamicAccess() const;
-
private:
// Blackboard
CParameterBlackboard* _pParameterBlackboard;
@@ -75,7 +72,5 @@ private:
bool _bBigEndianSubsystem;
// Automatic synchronization to HW
bool _bAutoSync;
- // Dynamic access
- bool _bDynamicAccess;
};