From 5d7fc58bd8198c05bd45bca958e27187e74d9406 Mon Sep 17 00:00:00 2001 From: eb Date: Wed, 15 Jul 2009 02:47:58 +0000 Subject: revert 11442 until I find a fix for boost 1.37 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11445 221aa14e-8319-0410-a670-987f0aec2ac5 --- pmt/src/lib/pmt.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'pmt/src/lib/pmt.h') diff --git a/pmt/src/lib/pmt.h b/pmt/src/lib/pmt.h index d495b17a5..24963fee7 100644 --- a/pmt/src/lib/pmt.h +++ b/pmt/src/lib/pmt.h @@ -23,7 +23,7 @@ #ifndef INCLUDED_PMT_H #define INCLUDED_PMT_H -#include +#include #include #include #include @@ -48,10 +48,8 @@ class pmt_base; * \brief typedef for shared pointer (transparent reference counting). * See http://www.boost.org/libs/smart_ptr/smart_ptr.htm */ -typedef boost::intrusive_ptr pmt_t; +typedef boost::shared_ptr pmt_t; -extern void intrusive_ptr_add_ref(pmt_base*); -extern void intrusive_ptr_release(pmt_base*); class pmt_exception : public std::logic_error { -- cgit