Implement ZAP and integrate it with PLAIN mechanism

This commit is contained in:
Martin Hurton
2013-06-06 13:13:10 +02:00
parent 4e47084dd4
commit 2928c91a6d
11 changed files with 458 additions and 55 deletions

View File

@@ -46,6 +46,8 @@ namespace zmq
// This method is called by the session to signalise that there
// are messages to send available.
virtual void activate_out () = 0;
virtual void zap_msg_available () = 0;
};
}