diff options
| author | Gordon Sim <gsim@apache.org> | 2007-07-27 15:44:52 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-07-27 15:44:52 +0000 |
| commit | a2f1ddbe4175c6136b1188faeccaf1f8e561e3b2 (patch) | |
| tree | fec659c6eb749cf6eca5b790a439962dd930281d /qpid/cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl | |
| parent | 6054ada715929a82afa55601f1c4b5f226cf45b8 (diff) | |
| download | qpid-python-a2f1ddbe4175c6136b1188faeccaf1f8e561e3b2.tar.gz | |
Use execution layer to acknowledge messages.
Turn off 0-9 framing of requests and responses.
Some refactoring around message delivery.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@560285 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl')
| -rw-r--r-- | qpid/cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl b/qpid/cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl index 093a5ffe90..aeabd8a256 100644 --- a/qpid/cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl +++ b/qpid/cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl @@ -37,6 +37,7 @@ #include "qpid/framing/Buffer.h" #include "qpid/framing/FieldTable.h" #include "qpid/framing/FramingContent.h" +#include "qpid/framing/SequenceNumberSet.h" namespace qpid { |
