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
|
|
@ -59,7 +59,7 @@ namespace xo {
|
|||
* with a function thats calls a .notify_xxx() method
|
||||
* on this Sink
|
||||
*/
|
||||
virtual void attach_source(ref::rp<AbstractSource> const & src) = 0;
|
||||
virtual void attach_source(rp<AbstractSource> const & src) = 0;
|
||||
|
||||
/* accept incoming event, given by tagged pointer */
|
||||
virtual void notify_ev_tp(TaggedPtr const & ev_tp) = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue