summaryrefslogtreecommitdiff
path: root/cpp/include/qpid/messaging/Message.h
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
commit792820e566e79645081d50c97928cfe112062e4b (patch)
treed6cb554db09028893e850fe0d90d97b0b768d244 /cpp/include/qpid/messaging/Message.h
parent5c6609d75913efde4ad41a6aef36c1c8371d4c9f (diff)
downloadqpid-python-792820e566e79645081d50c97928cfe112062e4b.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/include/qpid/messaging/Message.h')
-rw-r--r--cpp/include/qpid/messaging/Message.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/cpp/include/qpid/messaging/Message.h b/cpp/include/qpid/messaging/Message.h
index c4b031046a..9ab98ae0ce 100644
--- a/cpp/include/qpid/messaging/Message.h
+++ b/cpp/include/qpid/messaging/Message.h
@@ -21,12 +21,13 @@
* under the License.
*
*/
+#include "qpid/messaging/ImportExport.h"
-#include <string>
-#include "qpid/Exception.h"
#include "qpid/messaging/Duration.h"
+#include "qpid/types/Exception.h"
#include "qpid/types/Variant.h"
-#include "qpid/messaging/ImportExport.h"
+
+#include <string>
namespace qpid {
namespace messaging {
@@ -104,7 +105,7 @@ class Message
friend struct MessageImplAccess;
};
-struct EncodingException : qpid::Exception
+struct EncodingException : qpid::types::Exception
{
EncodingException(const std::string& msg);
};