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/view/RBAAllInstanceOfArea.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/view/RBAAllInstanceOfArea.cpp') diff --git a/src/view/RBAAllInstanceOfArea.cpp b/src/view/RBAAllInstanceOfArea.cpp index 032cc90..2b43baf 100644 --- a/src/view/RBAAllInstanceOfArea.cpp +++ b/src/view/RBAAllInstanceOfArea.cpp @@ -20,7 +20,7 @@ #include "RBAAllInstanceOfArea.hpp" #include "RBAAreaImpl.hpp" -#include "RBAArbitrator.hpp" +#include "RBAArbitratorImpl.hpp" #include "RBAExpressionVisitor.hpp" #include "RBAModelImpl.hpp" #include "RBAModelElementType.hpp" @@ -45,7 +45,7 @@ RBAAllInstanceOfArea::getModelElementType() const const RBARuleObject* RBAAllInstanceOfArea::getReferenceObjectCore(RBAConstraintInfo* info, - RBAArbitrator* arb) const + RBAArbitratorImpl* arb) const { return &allAreaSet_; } -- cgit 1.2.3-korg