diff options
author | Alan Conway <aconway@apache.org> | 2007-08-16 20:30:51 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-08-16 20:30:51 +0000 |
commit | d146e757b26e03349db432c8732f0067aecb4e7b (patch) | |
tree | a17d21c6c5f9e96f229887680739cd779ce99a55 /cpp/rubygen/templates | |
parent | 49c7a491c98c26fe7d4f017a7ba655dfc029278c (diff) | |
download | qpid-python-d146e757b26e03349db432c8732f0067aecb4e7b.tar.gz |
rubygen/templates/Session.rb: apply fixes that were mistakenly made to the generated file.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@566831 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/rubygen/templates')
-rw-r--r-- | cpp/rubygen/templates/Session.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/rubygen/templates/Session.rb b/cpp/rubygen/templates/Session.rb index 4265731d32..d5b6d9e8c2 100644 --- a/cpp/rubygen/templates/Session.rb +++ b/cpp/rubygen/templates/Session.rb @@ -104,7 +104,7 @@ EOS cpp_file("qpid/client/#{@classname}.cpp") { gen <<EOS #include "#{@classname}.h" -#include "qpid/framing/AMQMethodBody.h" +#include "qpid/framing/all_method_bodies.h" using std::string; using namespace qpid::framing; |