From 2d7769081b5fb48103bdf697aa44920e0d48cfb9 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Fri, 9 Apr 2010 21:46:19 +0000 Subject: Make qmf generated code use new qpid::types::Exception as base for buffer exception. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@932631 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/include/qpid/management/Buffer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/include') diff --git a/cpp/include/qpid/management/Buffer.h b/cpp/include/qpid/management/Buffer.h index 81710171f5..c32494b8c0 100644 --- a/cpp/include/qpid/management/Buffer.h +++ b/cpp/include/qpid/management/Buffer.h @@ -19,8 +19,8 @@ * under the License. * */ -#include "qpid/Exception.h" #include "qpid/CommonImportExport.h" +#include "qpid/types/Exception.h" #include "qpid/types/Variant.h" #include @@ -31,8 +31,8 @@ namespace framing { namespace management { -struct OutOfBounds : qpid::Exception { - OutOfBounds() : qpid::Exception(std::string("Out of Bounds")) {} +struct OutOfBounds : qpid::types::Exception { + OutOfBounds() : qpid::types::Exception(std::string("Out of Bounds")) {} }; -- cgit v1.2.1