discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] constructor of block is not private


From: Martin Braun
Subject: Re: [Discuss-gnuradio] constructor of block is not private
Date: Fri, 24 Jan 2014 14:04:39 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 01/23/2014 10:50 PM, Marcus Müller wrote:
>> Does this mean that gr_modtool has generated wrong code ..?
> 
> gr_modtool would never ever do such a thing ;)

:D
I might not swear on this to be true, but in this case, it's all correct.

>> Shall we just manually correct this by moving the constructor to
>> "private" rather than leaving it in "public" ?
> Don't do it. It will break the make method and not do anything good.

What he said. If you know the old API, there were lots of 'friend'
statements. We don't want them back.

MB



reply via email to

[Prev in Thread] Current Thread [Next in Thread]