X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gr-comedi%2Fsrc%2Fcomedi.i;h=cdb77aee047f0c99ef898a6e37954dfc51cbd80c;hb=f15982950e4674f0cad53d25d36409253661af34;hp=90e886262dc7c6db6cedccb11e916034d2e9aeaf;hpb=86f5c92427b3f4bb30536d76cf63c3fca388fb2f;p=debian%2Fgnuradio diff --git a/gr-comedi/src/comedi.i b/gr-comedi/src/comedi.i index 90e88626..cdb77aee 100644 --- a/gr-comedi/src/comedi.i +++ b/gr-comedi/src/comedi.i @@ -1,12 +1,12 @@ /* -*- c++ -*- */ /* - * Copyright 2005 Free Software Foundation, Inc. + * Copyright 2005,2009 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * GNU Radio is distributed in the hope that it will be useful, @@ -20,16 +20,11 @@ * 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 "comedi_sink_s.h" #include "comedi_source_s.h" -#include %} // ----------------------------------------------------------------