summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Connection.h
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-07-10 21:42:11 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-07-10 21:42:11 +0000
commitf7248a708fad10a3e854b2131d3f2c686af9cc25 (patch)
tree216cc796605397bcb015d23958fc1907429454d8 /cpp/src/qpid/broker/Connection.h
parenta0ade0ee56188c1f0017cb565361ed2dea60d9ab (diff)
downloadqpid-python-f7248a708fad10a3e854b2131d3f2c686af9cc25.tar.gz
Change all broker users of broker::Timer to use sys::Timer
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793121 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/Connection.h')
-rw-r--r--cpp/src/qpid/broker/Connection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/Connection.h b/cpp/src/qpid/broker/Connection.h
index 17bc8f0970..f3a6cb2b7a 100644
--- a/cpp/src/qpid/broker/Connection.h
+++ b/cpp/src/qpid/broker/Connection.h
@@ -152,8 +152,8 @@ class Connection : public sys::ConnectionInputHandler,
qmf::org::apache::qpid::broker::Connection* mgmtObject;
LinkRegistry& links;
management::ManagementAgent* agent;
- Timer& timer;
- boost::intrusive_ptr<TimerTask> heartbeatTimer;
+ sys::Timer& timer;
+ boost::intrusive_ptr<sys::TimerTask> heartbeatTimer;
boost::intrusive_ptr<ConnectionTimeoutTask> timeoutTimer;
ErrorListener* errorListener;
bool shadow;