From f7248a708fad10a3e854b2131d3f2c686af9cc25 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Fri, 10 Jul 2009 21:42:11 +0000 Subject: 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 --- cpp/src/qpid/broker/Connection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/qpid/broker/Connection.h') 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 heartbeatTimer; + sys::Timer& timer; + boost::intrusive_ptr heartbeatTimer; boost::intrusive_ptr timeoutTimer; ErrorListener* errorListener; bool shadow; -- cgit v1.2.1