summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2013-02-18 21:08:49 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2013-02-18 21:08:49 +0000
commit55081a5ab00ef8ecc04308aa1740b4279a4b2a56 (patch)
tree809ae681833b93c1f94dd0faaec933d583d6a850 /qpid/cpp
parent5360ef5e117f177e62df49725967024015757f57 (diff)
downloadqpid-python-55081a5ab00ef8ecc04308aa1740b4279a4b2a56.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@1447498 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/bindings/qmf2/ruby/ruby.i2
-rw-r--r--qpid/cpp/bindings/qpid/ruby/ruby.i2
2 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/bindings/qmf2/ruby/ruby.i b/qpid/cpp/bindings/qmf2/ruby/ruby.i
index ea14904be8..0254017555 100644
--- a/qpid/cpp/bindings/qmf2/ruby/ruby.i
+++ b/qpid/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/qpid/cpp/bindings/qpid/ruby/ruby.i b/qpid/cpp/bindings/qpid/ruby/ruby.i
index 642deb2bcd..3d686c2ddb 100644
--- a/qpid/cpp/bindings/qpid/ruby/ruby.i
+++ b/qpid/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 {