engine termination on disconnect fixed

This commit is contained in:
Martin Sustrik
2010-08-11 17:06:49 +02:00
parent d13933bc62
commit 76bd6e73c3
6 changed files with 21 additions and 9 deletions

View File

@@ -39,11 +39,11 @@ namespace zmq
const char *protocol_, const char *address_);
~connect_session_t ();
// i_inout interface implementation.
void detach ();
private:
// Hook into session's disconnection mechanism.
void detached ();
// Start the connection process.
void start_connecting ();