merged refactoring of gr_top_block_impl into abstract base class
authoreb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Mon, 23 Jun 2008 18:26:50 +0000 (18:26 +0000)
committereb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Mon, 23 Jun 2008 18:26:50 +0000 (18:26 +0000)
commitbb5a5a24766e50059ff0756e2877d49c09f3ed9f
treec6e80eeb0683184f7bc93108ab2faa7cc8b3029c
parent9918d6fa52d0ee97ddecbea8f3303b8cad988b32
merged refactoring of gr_top_block_impl into abstract base class
gr_top_block_impl and concrete class gr_top_block_impl_sts from
eb/mp-sched r8447:8660.  No change in functionality or behavior.
Paves the way for development of multiprocessor aware scheduler.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8665 221aa14e-8319-0410-a670-987f0aec2ac5
gnuradio-core/src/lib/runtime/Makefile.am
gnuradio-core/src/lib/runtime/gr_top_block.cc
gnuradio-core/src/lib/runtime/gr_top_block_impl.cc
gnuradio-core/src/lib/runtime/gr_top_block_impl.h
gnuradio-core/src/lib/runtime/gr_top_block_impl_sts.cc [new file with mode: 0644]
gnuradio-core/src/lib/runtime/gr_top_block_impl_sts.h [new file with mode: 0644]