Update zmq.hpp

corrected monitor_t::on_event_unknown prototype
corrected indentation
This commit is contained in:
Montoya Edu 2013-01-29 19:14:17 +01:00
parent b1dacd8d0f
commit 9f7a5f18d1

View File

@ -289,7 +289,7 @@ namespace zmq
virtual void on_event_closed() = 0;
virtual void on_event_close_failed() = 0;
virtual void on_event_disconnected() = 0;
virtual void on_event_unknown(event.event) = 0;
virtual void on_event_unknown(int event) = 0;
};
class socket_t