summaryrefslogtreecommitdiff
path: root/cpp/include
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include')
-rw-r--r--cpp/include/qpid/management/Buffer.h6
1 files changed, 3 insertions, 3 deletions
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 <string>
@@ -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")) {}
};