diff options
Diffstat (limited to 'mojo/edk/system/data_pipe_consumer_dispatcher.h')
-rw-r--r-- | mojo/edk/system/data_pipe_consumer_dispatcher.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mojo/edk/system/data_pipe_consumer_dispatcher.h b/mojo/edk/system/data_pipe_consumer_dispatcher.h index c75833b..945aa07 100644 --- a/mojo/edk/system/data_pipe_consumer_dispatcher.h +++ b/mojo/edk/system/data_pipe_consumer_dispatcher.h @@ -43,6 +43,10 @@ class MOJO_SYSTEM_IMPL_EXPORT DataPipeConsumerDispatcher final // Dispatcher: Type GetType() const override; MojoResult Close() override; + MojoResult Watch(MojoHandleSignals signals, + const Watcher::WatchCallback& callback, + uintptr_t context) override; + MojoResult CancelWatch(uintptr_t context) override; MojoResult ReadData(void* elements, uint32_t* num_bytes, MojoReadDataFlags flags) override; |