aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/expression/RBAHasBeenDisplayed.cpp
diff options
context:
space:
mode:
authorAnusha Gugale <external.agogale@jp.adit-jv.com>2021-01-19 18:06:48 +0530
committerKenji Hosokawa <khosokawa@jp.adit-jv.com>2021-01-20 22:39:18 +0900
commitca54ecb2f7ffdc1d68ed72836f09058d3ef242ec (patch)
treeced19c3a922cff59a552a10c0bd27afa05b87e5f /src/core/expression/RBAHasBeenDisplayed.cpp
parent2cfe2c611be63ae4541abf4e13cfecff0f008f25 (diff)
Create RBAArbitratorImpl class to hide internal interfaces
Signed-off-by: Anusha Gugale <external.agogale@jp.adit-jv.com> Change-Id: Ica733746489825c5e9e5995964801ef2d173cd24
Diffstat (limited to 'src/core/expression/RBAHasBeenDisplayed.cpp')
-rw-r--r--src/core/expression/RBAHasBeenDisplayed.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/expression/RBAHasBeenDisplayed.cpp b/src/core/expression/RBAHasBeenDisplayed.cpp
index 72c1d40..f9a603f 100644
--- a/src/core/expression/RBAHasBeenDisplayed.cpp
+++ b/src/core/expression/RBAHasBeenDisplayed.cpp
@@ -21,7 +21,7 @@
#include "RBAHasBeenDisplayed.hpp"
#include "RBAModelElementType.hpp"
#include "RBAExpressionType.hpp"
-#include "RBAArbitrator.hpp"
+#include "RBAArbitratorImpl.hpp"
#include "RBAConstraintInfo.hpp"
#include "RBAContent.hpp"
#include "RBAExpressionVisitor.hpp"
@@ -41,7 +41,7 @@ RBAModelElementType RBAHasBeenDisplayed::getModelElementType() const
}
bool RBAHasBeenDisplayed::executeCore(RBAConstraintInfo* info,
- RBAArbitrator* arb) const
+ RBAArbitratorImpl* arb) const
{
bool isPassed {false};
LOG_addHierarchy(LOG_getSymbol());