From 538a4c5e607aeab683d687302f521442dadc23dd Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Fri, 9 Apr 2010 03:53:30 +0000 Subject: QPID-2489 - Remove references to boost:: and qpid::framing:: from QMF-generated cpp files Added a wrapper class for framing::Buffer in the qpid::management namespace. This wrapper class has no reference to framing or boost and is now used in the generated C++ code to encode QMFv1 content. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@932236 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/src/Makefile.am') diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index e0b6b48cf2..427148dfbf 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -420,6 +420,7 @@ libqpidcommon_la_SOURCES += \ qpid/log/OstreamOutput.h \ qpid/log/Selector.cpp \ qpid/log/Statement.cpp \ + qpid/management/Buffer.cpp \ qpid/management/Manageable.cpp \ qpid/management/ManagementObject.cpp \ qpid/memory.h \ @@ -799,6 +800,7 @@ nobase_include_HEADERS += \ ../include/qpid/log/SinkOptions.h \ ../include/qpid/log/Statement.h \ ../include/qpid/management/Args.h \ + ../include/qpid/management/Buffer.h \ ../include/qpid/management/Manageable.h \ ../include/qpid/management/ManagementEvent.h \ ../include/qpid/management/ManagementObject.h \ -- cgit v1.2.1