diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2008-03-24 17:43:55 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2008-03-24 17:43:55 +0000 |
| commit | 65a26e7d25cf8155693981b0f2b245cc1dff8f0f (patch) | |
| tree | 23c5495e6d96f4f143225ec6d1bd4ee0758a790e /qpid/cpp/src/tests/ExchangeTest.cpp | |
| parent | dca5c9779cf1671156931a7c50641162908b0ce0 (diff) | |
| download | qpid-python-65a26e7d25cf8155693981b0f2b245cc1dff8f0f.tar.gz | |
- Refactored RefCounted class to avoid virtual inheritance
- Removed extraneous includes and definitions from RefCounted.h
- Fixed all the places that were relying on RefCounted.h to be including the
intrusive_ptr header file and were assuming that something had imported
intrusive_ptr into the qpid namespace
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@640479 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/ExchangeTest.cpp')
| -rw-r--r-- | qpid/cpp/src/tests/ExchangeTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/ExchangeTest.cpp b/qpid/cpp/src/tests/ExchangeTest.cpp index d1eca203c6..2904424d5c 100644 --- a/qpid/cpp/src/tests/ExchangeTest.cpp +++ b/qpid/cpp/src/tests/ExchangeTest.cpp @@ -33,6 +33,7 @@ #include "qpid/framing/BasicGetBody.h" #include "MessageUtils.h" +using boost::intrusive_ptr; using namespace qpid::broker; using namespace qpid::framing; using namespace qpid::sys; |
