diff options
Diffstat (limited to 'qpid/cpp/gentools/templ.cpp')
| -rw-r--r-- | qpid/cpp/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl | 2 | ||||
| -rw-r--r-- | qpid/cpp/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl b/qpid/cpp/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl index 137d66e90c..a61b2b762d 100644 --- a/qpid/cpp/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl +++ b/qpid/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/qpid/cpp/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl b/qpid/cpp/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl index 06ef88c84e..09611c8d31 100644 --- a/qpid/cpp/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl +++ b/qpid/cpp/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl @@ -34,7 +34,7 @@ namespace qpid { namespace framing { -class MethodContext; +class AMQMethodBody; class Invocable { |
