summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/PeriodicTimerImpl.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead PeriodicTimer code.Alan Conway2010-03-301-72/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@929273 13f79535-47bb-0310-9956-ffa450edef68
* Cluster implementation of PeriodicTimer.Alan Conway2010-01-271-0/+72
The cluster implementation multicast periodic-timer controls and executes the task when those controls are delivered, which is in the cluster delivery thread context and so consistent across the cluster. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@903867 13f79535-47bb-0310-9956-ffa450edef68