diff options
author | Alan Conway <aconway@apache.org> | 2010-01-29 22:59:09 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2010-01-29 22:59:09 +0000 |
commit | a78bf7b9144ed3db8e798124595f48fc75231cce (patch) | |
tree | b7284043fe639a2c6a880fc33836ce0b51d21b7e /cpp/src/cluster.cmake | |
parent | 726b23f43478a85b961365e4de3a9302a261f6b3 (diff) | |
download | qpid-python-a78bf7b9144ed3db8e798124595f48fc75231cce.tar.gz |
Replace PeriodicTimer with ClusterTimer, which inherits from Timer.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@904656 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/cluster.cmake')
-rw-r--r-- | cpp/src/cluster.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/cluster.cmake b/cpp/src/cluster.cmake index 41b048382b..8f886e7f3f 100644 --- a/cpp/src/cluster.cmake +++ b/cpp/src/cluster.cmake @@ -81,6 +81,8 @@ if (BUILD_CLUSTER) ${CMAN_SOURCES} qpid/cluster/Cluster.cpp qpid/cluster/Cluster.h + qpid/cluster/ClusterTimer.cpp + qpid/cluster/ClusterTimer.h qpid/cluster/Decoder.cpp qpid/cluster/Decoder.h qpid/cluster/PollableQueue.h @@ -129,8 +131,6 @@ if (BUILD_CLUSTER) qpid/cluster/MemberSet.h qpid/cluster/MemberSet.cpp qpid/cluster/types.h - qpid/cluster/PeriodicTimerImpl.h - qpid/cluster/PeriodicTimerImpl.cpp qpid/cluster/StoreStatus.h qpid/cluster/StoreStatus.cpp ) |