Problem: PGM/NORM builds broken due to i_engine API change

Solution: implement get_endpoint in the NORM and PGM engines too
This commit is contained in:
Luca Boccassi
2017-08-08 15:18:07 +01:00
parent a6cef4ef86
commit 75fba539d0
6 changed files with 18 additions and 0 deletions

View File

@@ -46,6 +46,8 @@ namespace zmq
virtual void zap_msg_available () {};
virtual const char *get_endpoint () const;
// i_poll_events interface implementation.
// (we only need in_event() for NormEvent notification)
// (i.e., don't have any output events or timers (yet))