summaryrefslogtreecommitdiff
path: root/src/connect_session.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connect_session.hpp')
-rw-r--r--src/connect_session.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/connect_session.hpp b/src/connect_session.hpp
index 8303dda..32f8f44 100644
--- a/src/connect_session.hpp
+++ b/src/connect_session.hpp
@@ -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 ();