From fea1ff32426656e89aea9fd36dc9031367c29184 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 12 Sep 2024 10:32:43 +0200 Subject: Pass ApiBundle to RetrieveSubPathId ...to get access to the protocol type. --- src/buildtool/execution_api/utils/subobject.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/buildtool/execution_api/utils/subobject.hpp') diff --git a/src/buildtool/execution_api/utils/subobject.hpp b/src/buildtool/execution_api/utils/subobject.hpp index c5cee935..e2a8f46b 100644 --- a/src/buildtool/execution_api/utils/subobject.hpp +++ b/src/buildtool/execution_api/utils/subobject.hpp @@ -21,13 +21,13 @@ #include #include "src/buildtool/common/artifact.hpp" -#include "src/buildtool/execution_api/common/execution_api.hpp" +#include "src/buildtool/execution_api/common/api_bundle.hpp" auto RetrieveSubPathId(Artifact::ObjectInfo object_info, - IExecutionApi const& api, + ApiBundle const& apis, const std::filesystem::path& sub_path) -> std::optional; -#endif +#endif // BOOTSTRAP_BUILD_TOOL -#endif +#endif // INCLUDED_SRC_BUILDTOOL_EXECUTION_API_UTILS_SUBOBJECT_HPP -- cgit v1.2.3