Skip to content
Snippets Groups Projects
Commit dbfeb230 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'staticthin.AthLinks-20231025' into 'main'

AthLinks: Make DataProxyHolder::thin static.

See merge request !66732
parents 9aebb62c a9f69875
No related branches found
No related tags found
1 merge request!66732AthLinks: Make DataProxyHolder::thin static.
// This file's extension implies that it's C, but it's really -*- C++ -*-.
/*
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
*/
/**
* @file AthLinks/tools/DataProxyHolder.h
......@@ -359,6 +359,7 @@ public:
*
* Returns @c true if the index was changed; @c false otherwise.
*/
static
bool thin (sgkey_t& sgkey, size_t& index,
const SG::ThinningCache* thinningCache);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment