Remove unplug from i_engine interface

This commit is contained in:
Martin Hurton
2012-05-27 15:15:09 +02:00
parent 5db30fe991
commit 7cfd03ba72
4 changed files with 9 additions and 6 deletions

View File

@@ -51,7 +51,6 @@ namespace zmq
// i_engine interface implementation.
void plug (zmq::io_thread_t *io_thread_,
zmq::session_base_t *session_);
void unplug ();
void terminate ();
void activate_in ();
void activate_out ();
@@ -62,6 +61,9 @@ namespace zmq
private:
// Unplug the engine from the session.
void unplug ();
// Function to handle network disconnections.
void error ();