Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / lib / runtime / gr_sptr_magic.cc @ 651837d3

History | View | Annotate | Download (2.3 kB)

# Date Author Comment
395e1fa6 07/09/2008 06:59 pm Eric Blossom

Merged jcorgan/ptrfix -r8827:8843 into the trunk.

Fix that allows C++ classes derived from gr_hier_block2 to
use the new self() method to get a magic object that can be passed
to connect or disconnect to refer to their own inputs and outputs.

Note that the constructor wrapper of all classes derived from...