15 std::shared_ptr<notifications_processor> processor, std::shared_ptr<notification_decoder> decoder);
22 void start(
unsigned int poll_intervals_ms = 0 );
33 std::shared_ptr<notification_decoder>
_decoder;
GLfloat GLfloat GLfloat GLfloat h
std::shared_ptr< notification_decoder > _decoder
std::weak_ptr< notifications_processor > _notifications_processor
polling_error_handler(unsigned int poll_intervals_ms, std::shared_ptr< option > option, std::shared_ptr< notifications_processor > processor, std::shared_ptr< notification_decoder > decoder)
void polling(dispatcher::cancellable_timer cancellable_timer)
void start(unsigned int poll_intervals_ms=0)
std::shared_ptr< option > _option
unsigned int get_polling_interval() const
unsigned int _poll_intervals_ms
std::shared_ptr< active_object<> > _active_object