summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/Timer.h
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2009-07-14 09:07:14 +0000
committerGordon Sim <gsim@apache.org>2009-07-14 09:07:14 +0000
commit0c8c9338e0e3afc799df029dcbc55455bc5cf07c (patch)
treeff501b2913549add83037f28e8f17eeeb6fd2df9 /cpp/src/qpid/sys/Timer.h
parentb06663a66a922d88d16ef7cb12202aaecfa43776 (diff)
downloadqpid-python-0c8c9338e0e3afc799df029dcbc55455bc5cf07c.tar.gz
Reapplied r793119
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793819 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/sys/Timer.h')
-rw-r--r--cpp/src/qpid/sys/Timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/sys/Timer.h b/cpp/src/qpid/sys/Timer.h
index b5bf5d8a4c..c1f0ae89fc 100644
--- a/cpp/src/qpid/sys/Timer.h
+++ b/cpp/src/qpid/sys/Timer.h
@@ -71,7 +71,7 @@ bool operator<(const boost::intrusive_ptr<TimerTask>& a,
const boost::intrusive_ptr<TimerTask>& b);
class Timer : private Runnable {
- qpid::sys::Monitor monitor;
+ qpid::sys::Monitor monitor;
std::priority_queue<boost::intrusive_ptr<TimerTask> > tasks;
qpid::sys::Thread runner;
bool active;