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/11/08 14:44:45 UTC

qpid-proton git commit: exclude pn_transport_vlogf from swig

Repository: qpid-proton
Updated Branches:
  refs/heads/master a5d654521 -> 89cbc9cec


exclude pn_transport_vlogf from swig


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

Branch: refs/heads/master
Commit: 89cbc9cec27504f6a6af6d7f6184a52a786ca3f4
Parents: a5d6545
Author: Rafael Schloming <rh...@alum.mit.edu>
Authored: Sat Nov 8 08:44:12 2014 -0500
Committer: Rafael Schloming <rh...@alum.mit.edu>
Committed: Sat Nov 8 08:44:12 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/89cbc9ce/proton-c/include/proton/cproton.i
----------------------------------------------------------------------
diff --git a/proton-c/include/proton/cproton.i b/proton-c/include/proton/cproton.i
index 55f2237..dd35c0a 100644
--- a/proton-c/include/proton/cproton.i
+++ b/proton-c/include/proton/cproton.i
@@ -618,6 +618,7 @@ typedef unsigned long int uintptr_t;
 %include "proton/terminus.h"
 %include "proton/delivery.h"
 %include "proton/disposition.h"
+%ignore pn_transport_vlogf;
 %include "proton/transport.h"
 %include "proton/event.h"
 


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