summaryrefslogtreecommitdiff
path: root/cpp/tests/MessageHandlerTest.cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2007-02-06 14:18:32 +0000
committerAndrew Stitcher <astitcher@apache.org>2007-02-06 14:18:32 +0000
commit8827bbf5dc754e320013e9df1eb198076a1d5d95 (patch)
treeea3ef64e516413f1da5de7756af8883ca4e3da08 /cpp/tests/MessageHandlerTest.cpp
parent1d0e78b57d3b1a395fe0417c247cb560eaf8ded0 (diff)
downloadqpid-python-8827bbf5dc754e320013e9df1eb198076a1d5d95.tar.gz
r768@fuschia: andrew | 2007-01-17 01:25:16 +0000
* Added Test for new MessageHandlerImpl (but no actual tests yet) * Filled in lots of the blanks in the MessageHandlerImpl with code stolen from the BasicHandlerImpl git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@504145 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/tests/MessageHandlerTest.cpp')
-rw-r--r--cpp/tests/MessageHandlerTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/tests/MessageHandlerTest.cpp b/cpp/tests/MessageHandlerTest.cpp
index 55971355f6..4dd2c13408 100644
--- a/cpp/tests/MessageHandlerTest.cpp
+++ b/cpp/tests/MessageHandlerTest.cpp
@@ -23,7 +23,7 @@
#include <amqp_framing.h>
#include <qpid_test_plugin.h>
-#include <BrokerAdapter.h>
+#include <SessionHandlerFactoryImpl.h>
using namespace qpid::framing;
using namespace qpid::broker;