Author: astitcher
Date: Tue Jun 24 19:05:04 2014
New Revision: 1605155
URL: http://svn.apache.org/r1605155
Log:
NO-JIRA: Don't need to wrap pn_class_t for bindings
Modified:
qpid/proton/trunk/proton-c/include/proton/cproton.i
Modified: qpid/proton/trunk/proton-c/include/proton/cproton.i
URL:
http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/include/proton/cproton.i?rev=1605155&r1=1605154&r2=1605155&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/include/proton/cproton.i (original)
+++ qpid/proton/trunk/proton-c/include/proton/cproton.i Tue Jun 24 19:05:04 2014
@@ -34,6 +34,9 @@ typedef long long int int64_t;
/* We cannot safely just wrap pn_bytes_t but each language binding must have a
typemap for it - presumably to a string type */
%ignore pn_bytes_t;
+/* There is no need to wrap pn_class_t aa it is an internal implementation
detail and cannot be used outside the library */
+%ignore pn_class_t;
+
%include "proton/types.h"
%ignore pn_string_vformat;
%ignore pn_string_vaddf;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]