diff options
author | Andrew Stitcher <astitcher@apache.org> | 2007-02-06 14:19:50 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2007-02-06 14:19:50 +0000 |
commit | 923ad36710bb575ca01e3c2bdb81eea005c9383d (patch) | |
tree | c5b4fbdebe071a18c781815051e133186fa001d8 /cpp/tests/MessageHandlerTest.cpp | |
parent | e9c5cd3d7ff42489422ef47177cc052baf13f426 (diff) | |
download | qpid-python-923ad36710bb575ca01e3c2bdb81eea005c9383d.tar.gz |
r800@fuschia: andrew | 2007-01-17 17:34:13 +0000
Updated to latest upstream changes
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@504148 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/tests/MessageHandlerTest.cpp')
-rw-r--r-- | cpp/tests/MessageHandlerTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/tests/MessageHandlerTest.cpp b/cpp/tests/MessageHandlerTest.cpp index 4dd2c13408..55971355f6 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 <SessionHandlerFactoryImpl.h> +#include <BrokerAdapter.h> using namespace qpid::framing; using namespace qpid::broker; |