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 | d801ef867c4b16ec022e4b1f1d01132670ab2bcb (patch) | |
tree | 2c5fe8ed6277e12fb738c952099a36d45872755a /qpid/cpp/rubygen/templates/Session.rb | |
parent | 00c61cf2f90be2210e9e0c497bb57a7876556f3e (diff) | |
download | qpid-python-d801ef867c4b16ec022e4b1f1d01132670ab2bcb.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@566831 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/rubygen/templates/Session.rb')
-rw-r--r-- | qpid/cpp/rubygen/templates/Session.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/rubygen/templates/Session.rb b/qpid/cpp/rubygen/templates/Session.rb index 4265731d32..d5b6d9e8c2 100644 --- a/qpid/cpp/rubygen/templates/Session.rb +++ b/qpid/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; |