Skip to content
Snippets Groups Projects
Commit 2bb672b9 authored by Michael Davis's avatar Michael Davis
Browse files

[os-generic-queues] Fixes typo

parent bce170e5
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment