xo-reactor: bugfix: track ns change xo::ref::rp -> xo::rp
This commit is contained in:
parent
000ed7b957
commit
aa40c8ac75
14 changed files with 20 additions and 26 deletions
|
|
@ -25,7 +25,7 @@ namespace xo {
|
|||
/* find all event processors ep reachable from x (i.e. downstream from x).
|
||||
* report each such ep exactly once
|
||||
*/
|
||||
static std::vector<ref::rp<AbstractEventProcessor>> map_network(ref::rp<AbstractEventProcessor> const & x);
|
||||
static std::vector<rp<AbstractEventProcessor>> map_network(rp<AbstractEventProcessor> const & x);
|
||||
|
||||
/* visit direct downstream consumers c[i] of this event processor.
|
||||
* call ep(c[i]) for each such consumer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue