Imported Upstream version 3.2.2
[debian/gnuradio] / gr-audio-portaudio / src / audio_portaudio.i
index ee6a3ae24968c5a7a5c79f6b3658f8003b018576..b0ec2438d2a5116f23091e892da3c3dde3da8dd5 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2004 Free Software Foundation, Inc.
+ * Copyright 2004,2009 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
  * 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_portaudio_sink.h"
 #include "audio_portaudio_source.h"
-#include <stdexcept>
 %}
 
 // ----------------------------------------------------------------