From 2e437e1569009d8e8ed3ed896d751994e2e85d74 Mon Sep 17 00:00:00 2001 From: Kim van der Riet Date: Fri, 20 Jul 2012 12:55:20 +0000 Subject: QPID-3858: WIP: Created many async operation classes for each op instead of a single class with op codes. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1363759 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/asyncStore/OperationQueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/asyncStore/OperationQueue.h') diff --git a/cpp/src/qpid/asyncStore/OperationQueue.h b/cpp/src/qpid/asyncStore/OperationQueue.h index 143ac2ab0c..473b5f1cfb 100644 --- a/cpp/src/qpid/asyncStore/OperationQueue.h +++ b/cpp/src/qpid/asyncStore/OperationQueue.h @@ -26,7 +26,6 @@ #include "AsyncOperation.h" -//#include "qpid/broker/AsyncStore.h" #include "qpid/sys/PollableQueue.h" namespace qpid { @@ -43,6 +42,7 @@ private: typedef qpid::sys::PollableQueue > OpQueue; OpQueue m_opQueue; + // Callback function for pollable queue, defined in qpid::sys::PollableQueue OpQueue::Batch::const_iterator handle(const OpQueue::Batch& e); }; -- cgit v1.2.1