You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2016/09/13 14:22:38 UTC

qpid-proton git commit: NO-JIRA: Fix swig warnings related to pn_rwbytes_t

Repository: qpid-proton
Updated Branches:
  refs/heads/master eda1601de -> 6c131d8ac


NO-JIRA: Fix swig warnings related to pn_rwbytes_t


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/6c131d8a
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/6c131d8a
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/6c131d8a

Branch: refs/heads/master
Commit: 6c131d8ac250a818f12bb2f4a965d7289361217a
Parents: eda1601
Author: Alan Conway <ac...@redhat.com>
Authored: Tue Sep 13 09:20:57 2016 -0500
Committer: Alan Conway <ac...@redhat.com>
Committed: Tue Sep 13 09:20:57 2016 -0500

----------------------------------------------------------------------
 proton-c/include/proton/cproton.i | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/6c131d8a/proton-c/include/proton/cproton.i
----------------------------------------------------------------------
diff --git a/proton-c/include/proton/cproton.i b/proton-c/include/proton/cproton.i
index 26c8117..8b0bf66 100644
--- a/proton-c/include/proton/cproton.i
+++ b/proton-c/include/proton/cproton.i
@@ -37,6 +37,7 @@ typedef unsigned long int uintptr_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;
+%ignore pn_rwbytes_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;


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