diff options
| author | Alan Conway <aconway@apache.org> | 2006-11-01 01:19:12 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2006-11-01 01:19:12 +0000 |
| commit | dda71d21e76e01918ebec2d80dd8e077f94216e0 (patch) | |
| tree | 79283c295e00de1eee8d98d4fd9b781db8497c28 /cpp/src/qpid/broker/Queue.h | |
| parent | 9094d2b10ecadd66fa3b22169183e7573cc79629 (diff) | |
| download | qpid-python-dda71d21e76e01918ebec2d80dd8e077f94216e0.tar.gz | |
Moved APR specific sources into src_apr.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@469738 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/Queue.h')
| -rw-r--r-- | cpp/src/qpid/broker/Queue.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/Queue.h b/cpp/src/qpid/broker/Queue.h index f954e48c20..edc7c99b4f 100644 --- a/cpp/src/qpid/broker/Queue.h +++ b/cpp/src/qpid/broker/Queue.h @@ -21,13 +21,13 @@ #include <vector> #include <queue> #include <boost/shared_ptr.hpp> -#include "apr-1/apr_time.h" #include "qpid/framing/amqp_types.h" #include "qpid/broker/Binding.h" #include "qpid/broker/ConnectionToken.h" #include "qpid/broker/Consumer.h" #include "qpid/broker/Message.h" #include "qpid/concurrent/Monitor.h" +#include "qpid/concurrent/Time.h" namespace qpid { namespace broker { @@ -57,7 +57,7 @@ namespace qpid { bool dispatching; int next; mutable qpid::concurrent::Monitor lock; - apr_time_t lastUsed; + int64_t lastUsed; Consumer* exclusive; bool startDispatching(); |
