streaming: handle_stream_event should be public

This commit is contained in:
Asias He
2015-07-17 14:58:25 +08:00
parent d574e6e3c8
commit 5ff5abbe2a

View File

@@ -26,6 +26,7 @@
namespace streaming {
class stream_event_handler /* extends FutureCallback<StreamState> */ {
public:
/**
* Callback for various streaming events.
*