diff options
| author | Darryl L. Pierce <mcpierce@apache.org> | 2013-02-18 21:08:49 +0000 |
|---|---|---|
| committer | Darryl L. Pierce <mcpierce@apache.org> | 2013-02-18 21:08:49 +0000 |
| commit | 665c7b2a6aff2a3137f1b2b10dbf7551fd8304da (patch) | |
| tree | 9425cf23472931835dd835bc452fa563d95c51dc /cpp | |
| parent | f847f3ef2cefb6093a38d41b1395244995872f1e (diff) | |
| download | qpid-python-665c7b2a6aff2a3137f1b2b10dbf7551fd8304da.tar.gz | |
QPID-4588: Updated the Ruby language bindings.
They will now look for the Swig descriptors and typemaps in their new
locations.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1447498 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/bindings/qmf2/ruby/ruby.i | 2 | ||||
| -rw-r--r-- | cpp/bindings/qpid/ruby/ruby.i | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/bindings/qmf2/ruby/ruby.i b/cpp/bindings/qmf2/ruby/ruby.i index ea14904be8..0254017555 100644 --- a/cpp/bindings/qmf2/ruby/ruby.i +++ b/cpp/bindings/qmf2/ruby/ruby.i @@ -21,7 +21,7 @@ /* Ruby doesn't have a != operator*/ #pragma SWIG nowarn=378 %include "std_string.i" -%include "swig_ruby_typemaps.i" +%include "qpid/swig_ruby_typemaps.i" /* Define the general-purpose exception handling */ %exception { diff --git a/cpp/bindings/qpid/ruby/ruby.i b/cpp/bindings/qpid/ruby/ruby.i index 642deb2bcd..3d686c2ddb 100644 --- a/cpp/bindings/qpid/ruby/ruby.i +++ b/cpp/bindings/qpid/ruby/ruby.i @@ -21,7 +21,7 @@ /* Ruby doesn't have a != operator*/ #pragma SWIG nowarn=378 %include "std_string.i" -%include "swig_ruby_typemaps.i" +%include "qpid/swig_ruby_typemaps.i" /* Define the general-purpose exception handling */ %exception { |
