diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-03-26 18:06:56 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-03-26 18:06:56 -0400 |
commit | dd97932abfd35e60e9374f202aa6c69afcfb35ca (patch) | |
tree | dca7a07ca99108bc6e35cd4bae54a28ddf371ca6 /gruel/src/swig/pmt_swig.i | |
parent | e45e25d13c4f0ea8b84143c1a8e1d18dbcc427be (diff) |
gruel: using a copy of swig's intrusive_ptr.i to support the PMT wrapping.
Diffstat (limited to 'gruel/src/swig/pmt_swig.i')
-rw-r--r-- | gruel/src/swig/pmt_swig.i | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gruel/src/swig/pmt_swig.i b/gruel/src/swig/pmt_swig.i index 6435e03cce..3b0eb45c88 100644 --- a/gruel/src/swig/pmt_swig.i +++ b/gruel/src/swig/pmt_swig.i @@ -38,7 +38,8 @@ using namespace pmt; // Template intrusive_ptr for Swig to avoid dereferencing issues class pmt_base; -%import <intrusive_ptr.i> +//%import <intrusive_ptr.i> +%import <gr_intrusive_ptr.i> %template(swig_int_ptr) boost::intrusive_ptr<pmt_base>; typedef boost::intrusive_ptr<pmt_base> pmt_t; |