summaryrefslogtreecommitdiff
path: root/cpp/gentools/templ.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/gentools/templ.cpp')
-rw-r--r--cpp/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl2
-rw-r--r--cpp/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl b/cpp/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl
index 137d66e90c..a61b2b762d 100644
--- a/cpp/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl
+++ b/cpp/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl
@@ -36,7 +36,7 @@
namespace qpid {
namespace framing {
-class MethodContext;
+class AMQMethodBody;
class AMQP_ClientOperations
{
diff --git a/cpp/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl b/cpp/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl
index 06ef88c84e..09611c8d31 100644
--- a/cpp/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl
+++ b/cpp/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl
@@ -34,7 +34,7 @@
namespace qpid {
namespace framing {
-class MethodContext;
+class AMQMethodBody;
class Invocable
{