summaryrefslogtreecommitdiff
path: root/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-05-15 15:12:05 +0000
committerAlan Conway <aconway@apache.org>2009-05-15 15:12:05 +0000
commite5a0aff72c3117114d2572c3e3d6e77238b2263b (patch)
tree761f1ea0a3a4632b648da8c380a53b55533da631 /cpp/src/Makefile.am
parent90f49326a937bc0c767b99c922e2bcf29058ef36 (diff)
downloadqpid-python-e5a0aff72c3117114d2572c3e3d6e77238b2263b.tar.gz
Undo change from r774809.
This fix is incorrect. The timer will go off in each member, and each one will send a response message which is replicated, resulting in a response from each member being enqueued rather than a single response. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@775182 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
-rw-r--r--cpp/src/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index 263f64f528..63ca7009d9 100644
--- a/cpp/src/Makefile.am
+++ b/cpp/src/Makefile.am
@@ -391,7 +391,6 @@ libqpidbroker_la_SOURCES = \
qpid/broker/Link.cpp \
qpid/broker/LinkRegistry.cpp \
qpid/broker/Message.cpp \
- qpid/broker/MessageHandler.h \
qpid/broker/MessageAdapter.cpp \
qpid/broker/MessageBuilder.cpp \
qpid/broker/MessageStoreModule.cpp \