X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gr-audio-windows%2Fsrc%2Faudio_windows.i;h=b5b6f562ef0f60e4cd698f469b374368be788fef;hb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;hp=1c9c328ed9b503f15f8c2f7333ace4d4ed297a55;hpb=18a684bf3dc144c48fc4cc6cc72f5070febd8074;p=debian%2Fgnuradio diff --git a/gr-audio-windows/src/audio_windows.i b/gr-audio-windows/src/audio_windows.i index 1c9c328e..b5b6f562 100644 --- a/gr-audio-windows/src/audio_windows.i +++ b/gr-audio-windows/src/audio_windows.i @@ -1,12 +1,12 @@ /* -*- c++ -*- */ /* - * Copyright 2004 Free Software Foundation, Inc. + * Copyright 2004,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 "audio_windows_sink.h" #include "audio_windows_source.h" -#include %} // ----------------------------------------------------------------