diff options
Diffstat (limited to 'gr-gcell')
-rw-r--r-- | gr-gcell/src/gcell.i | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/gr-gcell/src/gcell.i b/gr-gcell/src/gcell.i index cbe7abcc7..29e69fdf7 100644 --- a/gr-gcell/src/gcell.i +++ b/gr-gcell/src/gcell.i @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* - * Copyright 2008 Free Software Foundation, Inc. + * Copyright 2008,2009 Free Software Foundation, Inc. * * This file is part of GNU Radio * @@ -19,18 +19,11 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -%feature("autodoc","1"); - -//%include "exception.i" -%import "gnuradio.i" // the common stuff +%include "gnuradio.i" // the common stuff %{ -#include "gnuradio_swig_bug_workaround.h" // mandatory bug fix -//#include <stdexcept> - #include <gcell/gc_job_manager.h> -#include <gcell_fft_vcc.h> - +#include <gcell_fft_vcc.h> %} %include "gc_job_manager.i" |