summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/ClusterTimer.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix cluster abort on shutdown in ClusterTimer::fire.Alan Conway2010-02-261-0/+6
| | | | | | | | The cluster destructor was not deleting the ClusterTimer set on the broker, so this timer had a dangling pointer to the cluster. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@916751 13f79535-47bb-0310-9956-ffa450edef68
* Replace PeriodicTimer with ClusterTimer, which inherits from Timer.Alan Conway2010-01-291-0/+58
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@904656 13f79535-47bb-0310-9956-ffa450edef68