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 | 58d7f42100246bce95840ab9c0010ca522997e0c (patch) | |
| tree | 9425cf23472931835dd835bc452fa563d95c51dc /cpp/bindings | |
| parent | 1250bd4b603f5330e8855f932130e541cc588807 (diff) | |
| download | qpid-python-58d7f42100246bce95840ab9c0010ca522997e0c.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/bindings')
| -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 { |
