diff options
| author | Ted Ross <tross@apache.org> | 2010-09-23 01:42:08 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2010-09-23 01:42:08 +0000 |
| commit | 5e52470588f758695f4aae08a8bb448bf8b2485d (patch) | |
| tree | 2f4f71ef20d11bb0c7ff4fe4d704499147b5b83a /qpid/cpp/bindings/qmf2/ruby/ruby.i | |
| parent | 22772d64b0b8699d004d3023a1ab42c32cf560c7 (diff) | |
| download | qpid-python-5e52470588f758695f4aae08a8bb448bf8b2485d.tar.gz | |
Renamed swig-generated Ruby binding for QMF2 from "qmf2" to "cqmf2" to match the
pattern of the Python binding.
Added a proper Ruby binding for Qmf2.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1000288 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bindings/qmf2/ruby/ruby.i')
| -rw-r--r-- | qpid/cpp/bindings/qmf2/ruby/ruby.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/bindings/qmf2/ruby/ruby.i b/qpid/cpp/bindings/qmf2/ruby/ruby.i index 55dd75c082..1070c65a44 100644 --- a/qpid/cpp/bindings/qmf2/ruby/ruby.i +++ b/qpid/cpp/bindings/qmf2/ruby/ruby.i @@ -17,7 +17,7 @@ * under the License. */ -%module qmf2 +%module cqmf2 %include "std_string.i" %include "../../swig_ruby_typemaps.i" |
