You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2014/05/10 13:46:00 UTC

svn commit: r1593688 - /qpid/proton/trunk/proton-c/bindings/ruby/ruby.i

Author: rhs
Date: Sat May 10 11:46:00 2014
New Revision: 1593688

URL: http://svn.apache.org/r1593688
Log:
PROTON-549: fixed warnings from ruby binding

Modified:
    qpid/proton/trunk/proton-c/bindings/ruby/ruby.i

Modified: qpid/proton/trunk/proton-c/bindings/ruby/ruby.i
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/ruby/ruby.i?rev=1593688&r1=1593687&r2=1593688&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/bindings/ruby/ruby.i (original)
+++ qpid/proton/trunk/proton-c/bindings/ruby/ruby.i Sat May 10 11:46:00 2014
@@ -344,5 +344,25 @@ bool pn_ssl_get_cipher_name(pn_ssl_t *ss
 bool pn_ssl_get_protocol_name(pn_ssl_t *ssl, char *OUTPUT, size_t MAX_OUTPUT_SIZE);
 %ignore pn_ssl_get_protocol_name;
 
+%rename(pn_decimal128_t) Pn_decimal128_t;
+%ignore pn_decimal128_t;
+
+%rename(pn_uuid_t) Pn_uuid_t;
+%ignore pn_uuid_t;
+
+%rename(pn_bytes_t) Pn_bytes_t;
+%ignore pn_bytes_t;
+
+%rename(pn_class_t) Pn_class_t;
+%ignore pn_class_t;
+
+%rename(pn_atom_t) Pn_atom_t;
+%ignore pn_atom_t;
+
+%rename(pn_atom_t_u) Pn_atom_t_u;
+%ignore pn_atom_t_u;
+
+%rename(pn_delivery_tag_t) Pn_delivery_tag_t;
+%ignore pn_delivery_tag_t;
 
 %include "proton/cproton.i"



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org