On Tue, Oct 22, 2013 at 6:40 AM, Sylvain Munaut <[email protected]> wrote:


> > I think that's the point of private and protected members, you shouldn't
> > have to go to the total extreme of hiding everything away in an impl, if
> you
> > plan to inherit from that impl later....
>
> Well it's mostly because the private part include plenty of other
> headers to define structures and objects that shouldn't be part of the
> ABI.
>

This.  A major goal of the 3.7 refactoring was to expose as little as
possible of the internal needs of individual blocks, so that external users
of block classes wouldn't need to have headers installed, etc.

Glad you got it working.

-- 
Johnathan Corgan
Corgan Labs - SDR Training and Development Services
http://corganlabs.com
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to