Imported Upstream version 3.2.2
[debian/gnuradio] / gr-audio-jack / src / audio_jack.i
index e78e7af33b2f90eb67bda36a3a52c235b14cdc34..62d70d399f1880da883d373027cb967be2971c59 100644 (file)
@@ -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,
  * 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_jack_sink.h"
 #include "audio_jack_source.h"
-#include <stdexcept>
 %}
 
 // ----------------------------------------------------------------