From ca54ecb2f7ffdc1d68ed72836f09058d3ef242ec Mon Sep 17 00:00:00 2001 From: Anusha Gugale Date: Tue, 19 Jan 2021 18:06:48 +0530 Subject: Create RBAArbitratorImpl class to hide internal interfaces Signed-off-by: Anusha Gugale Change-Id: Ica733746489825c5e9e5995964801ef2d173cd24 --- src/core/expression/RBAStateValue.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/expression/RBAStateValue.cpp') diff --git a/src/core/expression/RBAStateValue.cpp b/src/core/expression/RBAStateValue.cpp index 77d14b5..a143e50 100644 --- a/src/core/expression/RBAStateValue.cpp +++ b/src/core/expression/RBAStateValue.cpp @@ -18,7 +18,7 @@ #include #include "RBAStateValue.hpp" -#include "RBAArbitrator.hpp" +#include "RBAArbitratorImpl.hpp" #include "RBAConstraintInfo.hpp" #include "RBAContent.hpp" #include "RBAContentState.hpp" @@ -45,7 +45,7 @@ RBAStateValue::getModelElementType() const } std::int32_t -RBAStateValue::getValueCore(RBAConstraintInfo* info, RBAArbitrator* arb) const +RBAStateValue::getValueCore(RBAConstraintInfo* info, RBAArbitratorImpl* arb) const { std::int32_t result { -99 }; const auto leftInfo = info->getChild(0U); -- cgit 1.2.3-korg