]> git.gag.com Git - debian/gnuradio/commitdiff
Moved exception handling includes out of the sw_*.i files and into gnuradio.i
authoreb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Mon, 3 Dec 2007 17:56:42 +0000 (17:56 +0000)
committereb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Mon, 3 Dec 2007 17:56:42 +0000 (17:56 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7061 221aa14e-8319-0410-a670-987f0aec2ac5

gnuradio-core/src/lib/swig/gnuradio.i
gnuradio-core/src/lib/swig/sw_filter.i
gnuradio-core/src/lib/swig/sw_general.i
gnuradio-core/src/lib/swig/sw_gengen.i
gnuradio-core/src/lib/swig/sw_io.i

index a2d71e10299d088d4b7682c5b63b07a8b36107c7..aa5174a593d266e8e5584311f7a34f9d6cb67e24 100644 (file)
@@ -44,7 +44,7 @@
 %include <shared_ptr.i>
 %include <stl.i>
 %include <std_complex.i>
-
+%include <std_except.i>
 
 typedef std::complex<float>            gr_complex;
 typedef std::complex<double>           gr_complexd;
index e088487ed8208fffec17816343ce01b3880ac2d6..e4553ed92ea4f7ed693b1054883b6f5812204a64 100644 (file)
@@ -26,7 +26,6 @@
 
 %feature("autodoc", "1");              // generate python docstrings
 
-%include "exception.i"
 %import "gnuradio.i"                           // the common stuff
 
 %{
index 55f71d09d7c71e5445ad1aa88ecc1491cbb04fcf..200e6fed984c63c362a5504de51932f2f58f9a2c 100644 (file)
@@ -26,7 +26,6 @@
 
 %feature("autodoc", "1");              // generate python docstrings
 
-%include "exception.i"
 %import "gnuradio.i"                           // the common stuff
 
 %{
index 387df6b4087e7c15396fe0f0835a9e083a91236b..b885500b74b68e9114d2f68a67bf0a241eb3f8eb 100644 (file)
@@ -26,7 +26,6 @@
 
 %feature("autodoc", "1");              // generate python docstrings
 
-%include "exception.i"
 %import "gnuradio.i"                           // the common stuff
 
 %{
index 43332e2b9274145fc4e6ed14dfd4fd33d319060a..d416370009fe8a535ec030192febc40db6d94139 100644 (file)
@@ -26,7 +26,6 @@
 
 %feature("autodoc", "1");              // generate python docstrings
 
-%include "exception.i"
 %import "gnuradio.i"                           // the common stuff
 
 %{