xo-webutil: bugfix: track ns change xo::ref::rp -> xo::rp
This commit is contained in:
parent
7d1e10c09b
commit
8e75838950
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ namespace xo {
|
|||
|
||||
namespace web {
|
||||
/* a function that creates an event subscription */
|
||||
using StreamSubscribeFn = std::function<fn::CallbackId (ref::rp<reactor::AbstractSink> const & ws_sink)>;
|
||||
using StreamSubscribeFn = std::function<fn::CallbackId (rp<reactor::AbstractSink> const & ws_sink)>;
|
||||
using StreamUnsubscribeFn = std::function<void (fn::CallbackId id)>;
|
||||
|
||||
/* describes a stream endpoint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue