Author: kpvdr
Date: Thu Jan 4 10:02:43 2007
New Revision: 492659
URL: http://svn.apache.org/viewvc?view=rev&rev=492659
Log:
Added include for new qpid::framing::Content class to C++ template
Modified:
incubator/qpid/branches/qpid.0-9/gentools/templ.cpp/MethodBodyClass.h.tmpl
Modified:
incubator/qpid/branches/qpid.0-9/gentools/templ.cpp/MethodBodyClass.h.tmpl
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/qpid.0-9/gentools/templ.cpp/MethodBodyClass.h.tmpl?view=diff&rev=492659&r1=492658&r2=492659
==============================================================================
--- incubator/qpid/branches/qpid.0-9/gentools/templ.cpp/MethodBodyClass.h.tmpl
(original)
+++ incubator/qpid/branches/qpid.0-9/gentools/templ.cpp/MethodBodyClass.h.tmpl
Thu Jan 4 10:02:43 2007
@@ -33,6 +33,7 @@
#include <AMQMethodBody.h>
#include <Buffer.h>
#include <FieldTable.h>
+#include <FramingContent.h>
#ifndef _${CLASS}${METHOD}Body_
#define _${CLASS}${METHOD}Body_