diff options
author | Andrew Stitcher <astitcher@apache.org> | 2010-02-25 20:53:08 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2010-02-25 20:53:08 +0000 |
commit | ffdd8cef4cafd6f73131521eb938164d76811cc4 (patch) | |
tree | 046824f8b8bcf449d6a9f0f8182615f95af32801 /cpp/rubygen/framing.0-10/MethodBodyFactory.rb | |
parent | 46486b392aa7b2905f3d19862aa44a75d23bba9f (diff) | |
download | qpid-python-ffdd8cef4cafd6f73131521eb938164d76811cc4.tar.gz |
Removed unecessary include of Msg.h in Exception.h
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@916453 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/rubygen/framing.0-10/MethodBodyFactory.rb')
-rw-r--r-- | cpp/rubygen/framing.0-10/MethodBodyFactory.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/rubygen/framing.0-10/MethodBodyFactory.rb b/cpp/rubygen/framing.0-10/MethodBodyFactory.rb index 95c79fd1a4..28a5d94e32 100644 --- a/cpp/rubygen/framing.0-10/MethodBodyFactory.rb +++ b/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) {") { |