From 3e6a24e5d9e81878ac57281e7a9d3b23d3dbc6e8 Mon Sep 17 00:00:00 2001 From: Dimitri Stolnikov Date: Wed, 29 May 2013 22:34:40 +0200 Subject: convert to gnuradio 3.7 interface --- include/osmosdr/osmosdr_sink_c.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/osmosdr/osmosdr_sink_c.h') diff --git a/include/osmosdr/osmosdr_sink_c.h b/include/osmosdr/osmosdr_sink_c.h index d3911e1..fa03300 100644 --- a/include/osmosdr/osmosdr_sink_c.h +++ b/include/osmosdr/osmosdr_sink_c.h @@ -22,13 +22,13 @@ #include #include -#include +#include class osmosdr_sink_c; /* * We use boost::shared_ptr's instead of raw pointers for all access - * to gr_blocks (and many other data structures). The shared_ptr gets + * to gr::blocks (and many other data structures). The shared_ptr gets * us transparent reference counting, which greatly simplifies storage * management issues. This is especially helpful in our hybrid * C++ / Python system. @@ -52,9 +52,9 @@ OSMOSDR_API osmosdr_sink_c_sptr osmosdr_make_sink_c ( const std::string & args = * \brief Takes a stream of complex samples. * \ingroup block * - * This uses the preferred technique: subclassing gr_hier_block2. + * This uses the preferred technique: subclassing gr::hier_block2. */ -class OSMOSDR_API osmosdr_sink_c : virtual public gr_hier_block2 +class OSMOSDR_API osmosdr_sink_c : virtual public gr::hier_block2 { public: /*! -- cgit v1.2.3