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 | 3469b97bf56ca4d5bad904ecc1c0c99563d796ed (patch) | |
| tree | 6e4bb04a0d9e777a2ccafc0ec1ed092665d5be7a /qpid/cpp/src/cluster.mk | |
| parent | 645461d645d5d6720bd4be7229e254787a109367 (diff) | |
| download | qpid-python-3469b97bf56ca4d5bad904ecc1c0c99563d796ed.tar.gz | |
Replace PeriodicTimer with ClusterTimer, which inherits from Timer.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@904656 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/cluster.mk')
| -rw-r--r-- | qpid/cpp/src/cluster.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/cluster.mk b/qpid/cpp/src/cluster.mk index db2c20f5eb..8e95747c4d 100644 --- a/qpid/cpp/src/cluster.mk +++ b/qpid/cpp/src/cluster.mk @@ -40,6 +40,8 @@ cluster_la_SOURCES = \ $(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 \ @@ -88,8 +90,6 @@ cluster_la_SOURCES = \ 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 |
