From 1157232551c23c9a553aed37972b8119d37c4543 Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Thu, 16 Mar 2023 10:17:51 +0000 Subject: IVGCVSW-7558 Implement Delegate Utils * Implement OpaqueDelegateUtils.hpp using new accessors. * Moved classic delegate utils to ClassicDelegateUtils.hpp. * DelegateUtils.hpp now contains common utils. * Removed unused ConnectConstant function. Signed-off-by: Matthew Sloyan Change-Id: I0fa611c82f5c06b0b7e0c37bfc343e09fb6a96c9 --- delegate/classic/src/SharedFunctions.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'delegate/classic/src/SharedFunctions.cpp') diff --git a/delegate/classic/src/SharedFunctions.cpp b/delegate/classic/src/SharedFunctions.cpp index 37e1c7fc64..bcff3a1dd0 100644 --- a/delegate/classic/src/SharedFunctions.cpp +++ b/delegate/classic/src/SharedFunctions.cpp @@ -3,10 +3,9 @@ // SPDX-License-Identifier: MIT // - #include "SharedFunctions.hpp" -#include +#include #include #include -- cgit v1.2.1