diff options
| author | Alan Conway <aconway@apache.org> | 2009-01-27 01:44:02 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-01-27 01:44:02 +0000 |
| commit | 57acf95c94d52b15b2ad6e6038bf3390d9063282 (patch) | |
| tree | e7b07be0e204b1e9f4bda85be345efd9dcabca44 /cpp/src/qpid/sys/PollableQueue.h | |
| parent | d40d874132bc5011a76bd883fdf9d2507a2f8149 (diff) | |
| download | qpid-python-57acf95c94d52b15b2ad6e6038bf3390d9063282.tar.gz | |
cluster: Add sequence number to events & frames
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@737968 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/sys/PollableQueue.h')
| -rw-r--r-- | cpp/src/qpid/sys/PollableQueue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/sys/PollableQueue.h b/cpp/src/qpid/sys/PollableQueue.h index 9fbe48fe84..b5ff98c2c7 100644 --- a/cpp/src/qpid/sys/PollableQueue.h +++ b/cpp/src/qpid/sys/PollableQueue.h @@ -46,6 +46,7 @@ template <class T> class PollableQueue { public: typedef std::deque<T> Queue; + typedef T value_type; /** * Callback to process a batch of items from the queue. |
