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/sound/RBAIsAttenuated.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sound/RBAIsAttenuated.cpp') diff --git a/src/sound/RBAIsAttenuated.cpp b/src/sound/RBAIsAttenuated.cpp index cf55890..49b6538 100644 --- a/src/sound/RBAIsAttenuated.cpp +++ b/src/sound/RBAIsAttenuated.cpp @@ -19,7 +19,7 @@ #include "RBAExpression.hpp" #include "RBAZoneImpl.hpp" -#include "RBAArbitrator.hpp" +#include "RBAArbitratorImpl.hpp" #include "RBAExpressionVisitor.hpp" #include "RBAResultImpl.hpp" #include "RBALogManager.hpp" @@ -44,7 +44,7 @@ RBAIsAttenuated::getModelElementType() const bool RBAIsAttenuated::executeCore(RBAConstraintInfo* info, - RBAArbitrator* arb) const + RBAArbitratorImpl* arb) const { bool isPassed {false}; LOG_addHierarchy(LOG_getSymbol()); -- cgit 1.2.3-korg