summaryrefslogtreecommitdiff
path: root/gentools/templ.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-01-18 17:45:23 +0000
committerAlan Conway <aconway@apache.org>2007-01-18 17:45:23 +0000
commit7a26e1d6aa0018e44120bef39903c4ce55676141 (patch)
treeeb676a407cdffd905cfd6d3e5ce3443b3faa0e14 /gentools/templ.cpp
parent05306462d72913a31775420b024252dc0f71e30a (diff)
downloadqpid-python-7a26e1d6aa0018e44120bef39903c4ce55676141.tar.gz
* MethodContext: added invocation context for methods. Can carry RequestId
as well as ChannelId. * gentools: AMQP_Clinet|ServerOperations and *Body::invoke(): pass MethodContex instead of channel ID. * All *HandlerImpl classe: use MethodContext instead of channel ID. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@497511 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'gentools/templ.cpp')
-rw-r--r--gentools/templ.cpp/AMQP_ClientOperations.h.tmpl1
-rw-r--r--gentools/templ.cpp/AMQP_ServerOperations.h.tmpl3
2 files changed, 2 insertions, 2 deletions
diff --git a/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl b/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl
index f07de21313..7913d92988 100644
--- a/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl
+++ b/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl
@@ -35,6 +35,7 @@
#include <FramingContent.h>
#include <ProtocolVersion.h>
#include <ProtocolVersionException.h>
+#include "MethodContext.h"
namespace qpid {
namespace framing {
diff --git a/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl b/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl
index 3d123fdaea..12cb3f7043 100644
--- a/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl
+++ b/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl
@@ -29,12 +29,11 @@
#ifndef _AMQP_ServerOperations_
#define _AMQP_ServerOperations_
-#include <sstream>
-
#include <FieldTable.h>
#include <FramingContent.h>
#include <ProtocolVersion.h>
#include <ProtocolVersionException.h>
+#include "MethodContext.h"
namespace qpid {
namespace framing {