You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2013/01/17 16:18:03 UTC

svn commit: r1434712 - in /qpid/proton/trunk/proton-c/bindings: perl/perl.i ruby/ruby.i

Author: kgiusti
Date: Thu Jan 17 15:18:02 2013
New Revision: 1434712

URL: http://svn.apache.org/viewvc?rev=1434712&view=rev
Log:
QPID-4181: include driver_extras in perl and ruby swig files

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

Modified: qpid/proton/trunk/proton-c/bindings/perl/perl.i
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/perl/perl.i?rev=1434712&r1=1434711&r2=1434712&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/bindings/perl/perl.i (original)
+++ qpid/proton/trunk/proton-c/bindings/perl/perl.i Thu Jan 17 15:18:02 2013
@@ -7,6 +7,7 @@
 #include <proton/driver.h>
 #include <proton/messenger.h>
 #include <proton/ssl.h>
+#include <proton/driver_extras.h>
 %}
 
 typedef unsigned int size_t;

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=1434712&r1=1434711&r2=1434712&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/bindings/ruby/ruby.i (original)
+++ qpid/proton/trunk/proton-c/bindings/ruby/ruby.i Thu Jan 17 15:18:02 2013
@@ -25,6 +25,7 @@
 #include <proton/driver.h>
 #include <proton/messenger.h>
 #include <proton/ssl.h>
+#include <proton/driver_extras.h>
 %}
 
 typedef unsigned int size_t;



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