diff options
| author | Alan Conway <aconway@apache.org> | 2009-05-15 15:12:05 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-05-15 15:12:05 +0000 |
| commit | a5d3468929fa06482bd048c17e7ce6a24aa75e79 (patch) | |
| tree | 068ceda28df47471175c9ba94c6b38d4d33bae1b /qpid/cpp/src/Makefile.am | |
| parent | 26bf45815c5acca9815fa03542d1ab2751cf142b (diff) | |
| download | qpid-python-a5d3468929fa06482bd048c17e7ce6a24aa75e79.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@775182 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 263f64f528..63ca7009d9 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/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 \ |
