summaryrefslogtreecommitdiff
path: root/qpid/cpp/rubygen/framing.0-10/MethodBodyFactory.rb
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2010-02-27 00:38:13 +0000
committerTed Ross <tross@apache.org>2010-02-27 00:38:13 +0000
commitacf3a1931ec404d1b02a2e115ef18e531d3924e4 (patch)
tree2a0b998795a676bae4ddc53cdacc82197885f771 /qpid/cpp/rubygen/framing.0-10/MethodBodyFactory.rb
parent3296ad1ca8f77bf82fe9fd059c5e44580a4f2f4b (diff)
downloadqpid-python-acf3a1931ec404d1b02a2e115ef18e531d3924e4.tar.gz
Rebased the wmf branch to the trunk.
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qmf-devel0.7@916887 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/rubygen/framing.0-10/MethodBodyFactory.rb')
-rw-r--r--qpid/cpp/rubygen/framing.0-10/MethodBodyFactory.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/rubygen/framing.0-10/MethodBodyFactory.rb b/qpid/cpp/rubygen/framing.0-10/MethodBodyFactory.rb
index 95c79fd1a4..28a5d94e32 100644
--- a/qpid/cpp/rubygen/framing.0-10/MethodBodyFactory.rb
+++ b/qpid/cpp/rubygen/framing.0-10/MethodBodyFactory.rb
@@ -35,6 +35,7 @@ class MethodBodyFactoryGen < CppGen
include "qpid/framing/BodyFactory"
@amqp.methods_.each { |m| include "qpid/framing/#{m.body_name}" }
include "qpid/Exception.h"
+ include "qpid/Msg.h"
genl
namespace(@namespace) {
scope("boost::intrusive_ptr<AMQMethodBody> #{@classname}::create(ClassId c, MethodId m) {") {