diff options
author | Josh Blum | 2013-04-14 22:10:58 -0700 |
---|---|---|
committer | Josh Blum | 2013-04-14 22:10:58 -0700 |
commit | dbd4f93ee7d67a93bdf59a138dc8fc7df443a136 (patch) | |
tree | ab9b77d60680ced079b759c6122375899927540c /gruel/src/swig | |
parent | d99eb362def2c50c3c9b80c63c33f85df2babacb (diff) | |
download | gnuradio-dbd4f93ee7d67a93bdf59a138dc8fc7df443a136.tar.gz gnuradio-dbd4f93ee7d67a93bdf59a138dc8fc7df443a136.tar.bz2 gnuradio-dbd4f93ee7d67a93bdf59a138dc8fc7df443a136.zip |
gruel: added include guards for gr_intrusive_ptr.i
Diffstat (limited to 'gruel/src/swig')
-rw-r--r-- | gruel/src/swig/gr_intrusive_ptr.i | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gruel/src/swig/gr_intrusive_ptr.i b/gruel/src/swig/gr_intrusive_ptr.i index 40c438d00..dc6004f44 100644 --- a/gruel/src/swig/gr_intrusive_ptr.i +++ b/gruel/src/swig/gr_intrusive_ptr.i @@ -1,3 +1,5 @@ +#ifndef SWIG_INTRUSIVE_PTR_NAMESPACE + // This file was borrowed from the SWIG project to allow use to // wrap PMTs that use intrusive pointers. This is only necessary // to support backwards compatability with older distributions of @@ -99,4 +101,4 @@ SWIG_INTRUSIVE_PTR_TYPEMAPS_NO_WRAP(PROXYCLASS, const, TYPE) } %enddef - +#endif //SWIG_INTRUSIVE_PTR_NAMESPACE |