radio-dish join/leave are ZMTP commands

This commit is contained in:
somdoron
2016-01-28 18:20:01 +02:00
parent 5054f2eb61
commit c7d52ec260
6 changed files with 160 additions and 37 deletions

View File

@@ -87,6 +87,7 @@ namespace zmq
~radio_session_t ();
// Overrides of the functions from session_base_t.
int push_msg (msg_t *msg_);
int pull_msg (msg_t *msg_);
void reset ();
private: