summaryrefslogtreecommitdiff
path: root/cpp/lib/broker/Makefile.am
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2006-12-05 13:14:38 +0000
committerGordon Sim <gsim@apache.org>2006-12-05 13:14:38 +0000
commit46fb2ad9fbc3694e2a321417ecd839badd7b106e (patch)
treedde3c1f64dedb99402f69e34b02d1ba875c962aa /cpp/lib/broker/Makefile.am
parent7107d5c1c3c8323d832184fc097a5d9223633d32 (diff)
downloadqpid-python-46fb2ad9fbc3694e2a321417ecd839badd7b106e.tar.gz
Added queue policy class for controlling when message content should be released from memory.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@482639 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/lib/broker/Makefile.am')
-rw-r--r--cpp/lib/broker/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/lib/broker/Makefile.am b/cpp/lib/broker/Makefile.am
index 58da2e562c..f02dc4f545 100644
--- a/cpp/lib/broker/Makefile.am
+++ b/cpp/lib/broker/Makefile.am
@@ -59,6 +59,8 @@ libbroker_la_SOURCES = \
NullMessageStore.cpp \
NullMessageStore.h \
Prefetch.h \
+ QueuePolicy.cpp \
+ QueuePolicy.h \
QueueRegistry.cpp \
QueueRegistry.h \
RecoveryManager.cpp \