summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-01-27 22:20:51 +0000
committerAlan Conway <aconway@apache.org>2010-01-27 22:20:51 +0000
commit57b7cdbd9e431291eb336b8de7998b91eb414d78 (patch)
tree025c02d4943c6fdb5b00bc461ea64bfdc876a520 /qpid/cpp/src/Makefile.am
parent1ec7e8f8e2f56c52e70eed200ef8adc827c75b11 (diff)
downloadqpid-python-57b7cdbd9e431291eb336b8de7998b91eb414d78.tar.gz
Added PeriodicTimer interface for periodic tasks that need cluster synchronization.
The ManagementAgent's periodic prociessing uses PeriodicTimer. PeriodicTimerImpl is the default implementation for stand-alone brokers, simple wrapper for sys::Timer. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@903866 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
-rw-r--r--qpid/cpp/src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index d0aae54be0..5886c53ff9 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/cpp/src/Makefile.am
@@ -471,6 +471,9 @@ libqpidcommon_la_SOURCES += \
qpid/sys/TimeoutHandler.h \
qpid/sys/Timer.cpp \
qpid/sys/Timer.h \
+ qpid/sys/PeriodicTimer.h \
+ qpid/sys/PeriodicTimerImpl.h \
+ qpid/sys/PeriodicTimerImpl.cpp \
qpid/sys/Waitable.h \
qpid/sys/alloca.h \
qpid/sys/uuid.h