summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/messaging/Message.cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2010-04-14 02:13:08 +0000
committerAndrew Stitcher <astitcher@apache.org>2010-04-14 02:13:08 +0000
commit2fe82baa3cd7361c20892e3c208eb5904d54bd9d (patch)
treed6cb554db09028893e850fe0d90d97b0b768d244 /cpp/src/qpid/messaging/Message.cpp
parent18a2f54ec0b5790e35b4fd9e245610a51573d909 (diff)
downloadqpid-python-2fe82baa3cd7361c20892e3c208eb5904d54bd9d.tar.gz
Remove final vestiges of old client API references from messaging and agent header files
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@933842 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/messaging/Message.cpp')
-rw-r--r--cpp/src/qpid/messaging/Message.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/messaging/Message.cpp b/cpp/src/qpid/messaging/Message.cpp
index 1a04abe15b..524af023e1 100644
--- a/cpp/src/qpid/messaging/Message.cpp
+++ b/cpp/src/qpid/messaging/Message.cpp
@@ -83,7 +83,7 @@ size_t Message::getContentSize() const
return impl->getBytes().size();
}
-EncodingException::EncodingException(const std::string& msg) : qpid::Exception(msg) {}
+EncodingException::EncodingException(const std::string& msg) : qpid::types::Exception(msg) {}
const std::string BAD_ENCODING("Unsupported encoding: %1% (only %2% is supported at present).");