From da1b784ce1f1009497e04fb6b476171a9d43a130 Mon Sep 17 00:00:00 2001 From: Michael Davis <michael.davis@cern.ch> Date: Fri, 10 Aug 2018 11:24:01 +0200 Subject: [PATCH] [os-generic-queues] Fixes typo --- objectstore/Algorithms.hpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/objectstore/Algorithms.hpp b/objectstore/Algorithms.hpp index 0922267fc4..e1ac501d02 100644 --- a/objectstore/Algorithms.hpp +++ b/objectstore/Algorithms.hpp @@ -261,16 +261,15 @@ public: * Addition of jobs to container. Convenience overload for cases when current agent is the previous owner * (most cases except garbage collection). */ - void referenceAndSwitchOwnership(const typename ContainerTraits<C>::ContainerIdentifier & contId, - typename ContainerTraits<C>::InsertedElement::list & elements, log::LogContext & lc) { + void referenceAndSwitchOwnership(const typename ContainerTraits<C>::ContainerIdentifier &contId, + typename ContainerTraits<C>::InsertedElement::list &elements, log::LogContext &lc) { referenceAndSwitchOwnership(contId, m_agentReference.getAgentAddress(), elements, lc); } - - + typename ContainerTraits<C>::PoppedElementsBatch popNextBatch( const typename ContainerTraits<C>::ContainerIdentifier &contId, typename ContainerTraits<C>::PopCriteria &popCriteria, - log::LogContext &dlc) + log::LogContext &lc) { // Prepare the return value typename ContainerTraits<C>::PoppedElementsBatch ret; -- GitLab