summaryrefslogtreecommitdiffstats
path: root/parameter/EnumParameterType.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/EnumParameterType.h')
-rw-r--r--parameter/EnumParameterType.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/parameter/EnumParameterType.h b/parameter/EnumParameterType.h
index a195fea..f63e7ac 100644
--- a/parameter/EnumParameterType.h
+++ b/parameter/EnumParameterType.h
@@ -66,8 +66,8 @@ private:
// Literal - numerical conversions
bool getLiteral(int32_t iNumerical, string& strLiteral) const;
- bool getNumerical(const string& strLiteral, int32_t& iNumerical) const;
+ bool getNumerical(const string& strLiteral, int& iNumerical) const;
// Numerical validity
- bool isValid(int32_t iNumerical) const;
+ bool isValid(int iNumerical, CParameterAccessContext& parameterAccessContext) const;
};