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/model/RBAConstraintImpl.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/model/RBAConstraintImpl.hpp') diff --git a/src/core/model/RBAConstraintImpl.hpp b/src/core/model/RBAConstraintImpl.hpp index eb4d6ab..a70dfc2 100644 --- a/src/core/model/RBAConstraintImpl.hpp +++ b/src/core/model/RBAConstraintImpl.hpp @@ -27,7 +27,7 @@ namespace rba { -class RBAArbitrator; +class RBAArbitratorImpl; class DLL_EXPORT RBAConstraintImpl : public RBAConstraint, public RBAAbstractConstraint @@ -45,7 +45,7 @@ public: std::string getName() const override; bool isConstraint() const override; bool isRuntime() const; - bool execute(RBAArbitrator* const arb); + bool execute(RBAArbitratorImpl* const arb); private: bool runtime_ {RUNTIME_EDEFAULT}; -- cgit 1.2.3-korg