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

[os-generic-queues] Fixes typo

parent 4c662905
No related branches found
No related tags found
No related merge requests found
...@@ -261,16 +261,15 @@ public: ...@@ -261,16 +261,15 @@ public:
* Addition of jobs to container. Convenience overload for cases when current agent is the previous owner * Addition of jobs to container. Convenience overload for cases when current agent is the previous owner
* (most cases except garbage collection). * (most cases except garbage collection).
*/ */
void referenceAndSwitchOwnership(const typename ContainerTraits<C>::ContainerIdentifier & contId, void referenceAndSwitchOwnership(const typename ContainerTraits<C>::ContainerIdentifier &contId,
typename ContainerTraits<C>::InsertedElement::list & elements, log::LogContext & lc) { typename ContainerTraits<C>::InsertedElement::list &elements, log::LogContext &lc) {
referenceAndSwitchOwnership(contId, m_agentReference.getAgentAddress(), elements, lc); referenceAndSwitchOwnership(contId, m_agentReference.getAgentAddress(), elements, lc);
} }
typename ContainerTraits<C>::PoppedElementsBatch popNextBatch( typename ContainerTraits<C>::PoppedElementsBatch popNextBatch(
const typename ContainerTraits<C>::ContainerIdentifier &contId, const typename ContainerTraits<C>::ContainerIdentifier &contId,
typename ContainerTraits<C>::PopCriteria &popCriteria, typename ContainerTraits<C>::PopCriteria &popCriteria,
log::LogContext &dlc) log::LogContext &lc)
{ {
// Prepare the return value // Prepare the return value
typename ContainerTraits<C>::PoppedElementsBatch ret; typename ContainerTraits<C>::PoppedElementsBatch ret;
......
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